mirror of https://github.com/lapce/lapce.git
fix: disable format-on-save by default (#1413)
This commit is contained in:
parent
0522da59f2
commit
55c67d4d22
|
@ -18,7 +18,7 @@ completion-show-documentation = true
|
|||
auto-closing-matching-pairs = true
|
||||
hover-delay = 300 # ms
|
||||
modal-mode-relative-line-numbers = true
|
||||
format-on-save = true
|
||||
format-on-save = false
|
||||
autosave-interval = 0
|
||||
enable-inlay-hints = true
|
||||
inlay-hint-font-family = ""
|
||||
|
|
Loading…
Reference in New Issue