2024-04-08 14:18:46 +00:00
|
|
|
# Editor configuration, see http://editorconfig.org
|
2021-06-10 11:08:56 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
2024-04-08 14:18:46 +00:00
|
|
|
end_of_line = lf
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
2021-06-10 11:08:56 +00:00
|
|
|
insert_final_newline = false
|
2024-04-08 14:18:46 +00:00
|
|
|
trim_trailing_whitespace = true
|
2021-06-10 11:08:56 +00:00
|
|
|
|
2024-04-08 14:18:46 +00:00
|
|
|
[{Makefile,*.go}]
|
2021-06-10 11:08:56 +00:00
|
|
|
indent_style = tab
|