1
0
Fork 0

🔧 Added EditorConfig

This commit is contained in:
Maxim Lebedev 2020-05-08 21:31:01 +05:00
parent 88dd802c2c
commit 94944dcc0b
No known key found for this signature in database
GPG Key ID: F8978F46FF0FFA4F
1 changed files with 16 additions and 0 deletions

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
; https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.{md,yml,yaml}]
indent_style = space
indent_size = 2
[*.go]
indent_style = tab
indent_size = 8