2019-07-24 08:38:36 +00:00
|
|
|
# https://EditorConfig.org
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = false
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.go]
|
|
|
|
indent_size = 8
|
2024-08-04 21:02:59 +00:00
|
|
|
indent_style = tab
|
2019-07-24 08:38:36 +00:00
|
|
|
|
|
|
|
[*.{html,js,css,yaml,yml,md}]
|
2024-08-04 21:02:59 +00:00
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|