增加.editorconfig文件
This commit is contained in:
parent
85036de5c3
commit
ba77eaae59
14
.editorconfig
Normal file
14
.editorconfig
Normal file
@ -0,0 +1,14 @@
|
||||
# .editorconfig
|
||||
root = true
|
||||
|
||||
[*.ts]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.js]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.tsx]
|
||||
indent_style = space
|
||||
indent_size = 2
|
Loading…
x
Reference in New Issue
Block a user