web/.editorconfig

15 lines
227 B
INI
Raw Normal View History

2020-11-23 17:09:26 +03:00
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
# Unix-style newlines with a newline ending every file
end_of_line = lf
insert_final_newline = true
2022-10-25 14:26:44 +03:00
[*.js]
indent_size = 4