mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 16:34:40 +07:00
chore: add editorconfig (#85)
* chore: add editorconfig * chore(editorconfig): ONLY apply config to *.go
This commit is contained in:
parent
bf1d296401
commit
53b2675949
10
.editorconfig
Normal file
10
.editorconfig
Normal file
@ -0,0 +1,10 @@
|
||||
#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
|
Loading…
Reference in New Issue
Block a user