chore: add .editorconfig

This commit is contained in:
Sangeeth Sudheer 2022-01-01 22:25:50 +05:30
parent 54afd0abcc
commit 58eb2306f2
1 changed files with 6 additions and 0 deletions

6
.editorconfig Normal file
View File

@ -0,0 +1,6 @@
[*]
insert_final_newline = true
[*.go]
indent_size = 2
indent_style = space