9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
|
// Settings in here override those in "LSP/LSP.sublime-settings"
|
||
|
{
|
||
|
"lsp_format_on_save": false,
|
||
|
"lsp_code_actions_on_save": {
|
||
|
"source.fixAll": false,
|
||
|
"source.organizeImports": true,
|
||
|
},
|
||
|
}
|