authelia/.editorconfig

19 lines
270 B
INI
Raw 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
2022-05-28 06:10:49 +00:00
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[web/**]
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