Update vscode settings to not format entire files

This commit is contained in:
Nick Chapman
2024-11-12 18:05:01 +00:00
committed by Francesco Mazzoli
parent 1a47089b3d
commit 8b64412709
+2 -1
View File
@@ -18,5 +18,6 @@
"kmod/*.mod.c": true,
"kmod/Module.symvers": true,
"kmod/modules.order": true,
}
},
"editor.formatOnSaveMode": "modifications"
}