Template
1
0

adds git config

This commit is contained in:
2022-08-01 09:46:57 +02:00
parent b217b2019c
commit cf12903c22
3 changed files with 48 additions and 0 deletions

14
.editorconfig Normal file
View File

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