add editorconfig

This commit is contained in:
2021-11-03 03:30:30 +03:00
parent 8fafe7c0b3
commit d8dd73480c
4 changed files with 14 additions and 2 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[nginxconfig]
indent_style = space
indent_size = 4