mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 10:24:39 +07:00
53b2675949
* chore: add editorconfig * chore(editorconfig): ONLY apply config to *.go
11 lines
168 B
INI
11 lines
168 B
INI
#editorconfig.org
|
|
root = true
|
|
|
|
[*.go]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|