mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
ci: fix editorconfig (#3436)
This adjusts the editorconfig to be more reflective of the current style.
This commit is contained in:
parent
4fc60a5cd8
commit
cd53dfc533
|
@ -1,4 +1,14 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
indent_style = space
|
indent_style = tab
|
||||||
indent_size = 2
|
indent_size = 4
|
||||||
trim_trailing_whitespace = true
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user