chore(editor): add Zed workspace settings aligned with VSCode (#154)

This commit is contained in:
Ringo.Typowriter
2026-03-02 14:56:57 +08:00
committed by GitHub
parent 7e1d587fa1
commit cfb5f660bc
+50
View File
@@ -0,0 +1,50 @@
{
"hard_tabs": false,
"tab_size": 2,
"format_on_save": "off",
"remove_trailing_whitespace_on_save": false,
"languages": {
"TypeScript": {
"hard_tabs": false,
"tab_size": 2,
"format_on_save": "off",
"code_actions_on_format": {
"source.fixAll.eslint": false,
"source.organizeImports": false
}
},
"JavaScript": {
"hard_tabs": false,
"tab_size": 2,
"format_on_save": "off",
"code_actions_on_format": {
"source.fixAll.eslint": false,
"source.organizeImports": false
}
},
"TSX": {
"hard_tabs": false,
"tab_size": 2,
"format_on_save": "off",
"code_actions_on_format": {
"source.fixAll.eslint": false,
"source.organizeImports": false
}
},
"Vue": {
"hard_tabs": false,
"tab_size": 2,
"format_on_save": "off"
},
"Go": {
"hard_tabs": false,
"tab_size": 4,
"format_on_save": "off"
},
"Python": {
"hard_tabs": false,
"tab_size": 4,
"format_on_save": "off"
}
}
}