meta: add editorconfig

This commit is contained in:
Christopher F 2018-08-23 21:24:20 -04:00
parent c472a61322
commit d3b8f06f15
5 changed files with 508 additions and 497 deletions

11
.editorconfig Normal file
View File

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