subl/LSP.sublime-settings

9 lines
201 B
Plaintext
Raw Normal View History

2024-11-23 17:43:26 +00:00
// 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,
},
}