Turn off format on save

This commit is contained in:
Dave Gallant
2025-09-24 15:48:12 -04:00
parent 2b3890c224
commit cdd4324b62

View File

@@ -443,6 +443,7 @@ in
}; };
vim_mode = true; vim_mode = true;
autosave = "on_focus_change"; autosave = "on_focus_change";
format_on_save = "off";
} }
// ( // (
if pkgs.stdenv.isLinux then if pkgs.stdenv.isLinux then