mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
chore(editor): add Zed workspace settings aligned with VSCode (#154)
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user