Re-enable format on save by default

This commit is contained in:
Julia 2022-09-26 14:04:25 -04:00
parent 6a26158728
commit cd07c98b7d

View file

@ -43,7 +43,7 @@
// "default_dock_anchor": "expanded"
"default_dock_anchor": "right",
// Whether or not to perform a buffer format before saving
"format_on_save": "off",
"format_on_save": "on",
// How to perform a buffer format. This setting can take two values:
//
// 1. Format code using the current language server: