mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
19 lines
270 B
INI
19 lines
270 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.{yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[web/**]
|
|
indent_style = space
|
|
|
|
[{web/package.json,web/pnpm-lock.yaml}]
|
|
indent_size = 2
|