1
0
mirror of https://github.com/daeuniverse/dae.git synced 2025-01-12 15:57:08 +07:00
dae/.editorconfig
Kevin Yu 53b2675949
chore: add editorconfig ()
* chore: add editorconfig

* chore(editorconfig): ONLY apply config to *.go
2023-05-14 13:07:55 +08:00

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