mirror of https://github.com/authelia/authelia.git
34 lines
592 B
INI
34 lines
592 B
INI
root = true
|
|
|
|
[*]
|
|
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
|
|
|
|
[{.github/pre-commit,.github/required-apps,.github/commit-msg}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[.buildkite/hooks/**]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.sql]
|
|
indent_style = space
|
|
|
|
[web/**]
|
|
indent_style = space
|
|
|
|
[{web/package.json,web/pnpm-lock.yaml}]
|
|
indent_size = 2
|
|
|
|
[internal/suites/example/compose/nginx/*/*.conf]
|
|
charset = UTF-8
|
|
indent_style = space
|