chore: add editorconfig

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2020-11-03 20:37:38 +01:00
parent 6cdbb59406
commit ed7b71a190
No known key found for this signature in database
GPG Key ID: 34CC109EB5ED1C2A
3 changed files with 18 additions and 1 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
indent_style = tab
[*.proto]
indent_size = 2

View File

@ -1,2 +1,2 @@
[*.yml]
[{*.yml,*.yaml}]
indent_size = 2

View File

@ -0,0 +1,2 @@
[{*.yml,*.yaml}]
indent_size = 2