.editorconfig 241 Bytes
# 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