Skip to content

Commit

Permalink
update text to be more user friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Feb 1, 2024
1 parent 0cfcc71 commit 1a50fb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LSP.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

// --- Document Formatting ------------------------------------------------------------

// Run the server's documentRangeFormattingProvider (if supported) on the pasted text.
// If supported, format the pasted text.
"lsp_format_on_paste": false,

// Run the server's formatProvider (if supported) on a file before saving.
// If supported, format a file before saving.
// This option is also supported in syntax-specific settings and/or in the
// "settings" section of project files.
"lsp_format_on_save": false,
Expand Down
4 changes: 2 additions & 2 deletions sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"lsp_format_on_paste": {
"type": "boolean",
"default": false,
"markdownDescription": "Run the server's documentRangeFormattingProvider (if supported) on the pasted text."
"markdownDescription": "If supported, format the pasted text."
},
"lsp_format_on_save": {
"type": "boolean",
"default": false,
"markdownDescription": "Run the server's formatProvider (if supported) on a document before saving. This option is also supported in syntax-specific settings and/or in the `\"settings\"` section of project files."
"markdownDescription": "If supported, format a file before saving. This option is also supported in syntax-specific settings and/or in the `\"settings\"` section of project files."
},
"lsp_code_actions_on_save": {
"type": "object",
Expand Down

0 comments on commit 1a50fb9

Please sign in to comment.