16 lines
No EOL
248 B
INI
16 lines
No EOL
248 B
INI
# https://EditorConfig.org
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = false
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.go]
|
|
indent_size = 8
|
|
indent_style = tab
|
|
|
|
[*.{html,js,css,yaml,yml,md}]
|
|
indent_size = 2
|
|
indent_style = space |