增加.editorconfig文件

This commit is contained in:
Allen 2025-05-17 20:43:10 +08:00
parent 85036de5c3
commit ba77eaae59

14
.editorconfig Normal file
View 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