3
0
corteza/.editorconfig
2018-07-12 17:30:17 +02:00

16 lines
241 B
INI

# 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