authelia/.editorconfig
James Elliott cd53dfc533
ci: fix editorconfig (#3436)
This adjusts the editorconfig to be more reflective of the current style.
2022-05-26 12:20:36 +10:00

15 lines
217 B
INI

root = true
[*]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
[web/**]
indent_style = space
[{web/package.json,web/pnpm-lock.yaml}]
indent_size = 2