mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 23:06:31 +08:00
Added .editorconfig for default code format
This commit is contained in:
parent
1c3b4aea8b
commit
f29f6c460e
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ insert_final_newline = true
|
||||||
[codes/**.{java,js,ts,go,py,cpp,c,cs,swift,zig}]
|
[codes/**.{java,js,ts,go,py,cpp,c,cs,swift,zig}]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 4
|
||||||
|
|
Loading…
Reference in a new issue