Files
Memoh/.zed/settings.json
T

51 lines
1.1 KiB
JSON

{
"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"
}
}
}