maintenance (editorconfig): as per #107

This commit is contained in:
Mickael Kerjean 2019-12-17 14:01:41 +11:00
parent 60fe27f4b3
commit 098d0d4eb1

16
.editorconfig Normal file
View file

@ -0,0 +1,16 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.go]
indent_size = 4
indent_style = tab
[Makefile]
indent_style = tab