home/.editorconfig

24 lines
376 B
INI

; https://EditorConfig.org/
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
[*.{css,js,html}]
indent_size = 2
indent_style = space
insert_final_newline = true
[*.go]
charset = utf-8
end_of_line = lf
indent_size = 8
indent_style = tab
trim_trailing_whitespace = true
[*.golden]
insert_final_newline = false
trim_trailing_whitespace = false