chore: add editorconfig
This commit is contained in:
parent
57e57f3037
commit
cb6e66bc45
1 changed files with 7 additions and 0 deletions
7
.editorconfig
Normal file
7
.editorconfig
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
root = true
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
[*.go]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue