Add .editorconfig

This commit is contained in:
Denis Arh
2018-07-12 17:30:17 +02:00
parent cecbcd0f2f
commit 25f04617f2
+15
View File
@@ -0,0 +1,15 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.go]
ident_style = space
# Tab indentation (no size specified)
[Makefile]
indent_style = tab