chore add editorconfig

This commit is contained in:
Smirnov Oleksandr 2023-07-16 21:33:40 +03:00
parent 03cabf675c
commit 9fa14015f0

17
.editorconfig Normal file
View file

@ -0,0 +1,17 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace=true
charset = utf-8
max_line_length = 120
[*.{lua,vim}]
max_line_length = 100
indent_size = 2
[*.{md,yml,yaml,toml}]
indent_size = 2