dae/.editorconfig
Kevin Yu 53b2675949
chore: add editorconfig (#85)
* 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