authelia/.editorconfig

27 lines
448 B
INI
Raw Permalink Normal View History

root = true
2022-05-24 12:30:30 +00:00
[*]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
[*.{html,sh,yml,yaml}]
indent_style = space
indent_size = 2
2023-01-29 22:59:32 +00:00
[{.github/pre-commit,.github/required-apps,.github/commit-msg}]
indent_style = space
indent_size = 2
[.buildkite/hooks/**]
indent_style = space
indent_size = 2
[{web/**,*.sql}]
2022-05-24 12:30:30 +00:00
indent_style = space
[{web/package.json,web/pnpm-lock.yaml}]
2022-05-24 12:30:30 +00:00
indent_size = 2