mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
51 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|