added .editorconfig

This commit is contained in:
Berger Eugene 2022-04-06 01:30:46 +03:00
parent 997db56e2f
commit f50a43098b
2 changed files with 56 additions and 30 deletions

26
.editorconfig Normal file
View File

@ -0,0 +1,26 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
trim_trailing_whitespace = true
[*.go]
indent_style = space
[*.yaml]
indent_style = space
indent_size = 2
[*.html]
indent_style = space
[*.md]
indent_style = space
trim_trailing_whitespace = false
indent_size = 2
[Makefile]
indent_style = space