Only auto-format modified lines on save

This commit is contained in:
2026-02-07 12:04:20 +00:00
parent 3aba88b6d9
commit 12832942d3

View File

@@ -17,6 +17,7 @@
"editor.fontSize": 13,
"editor.lineHeight": 18,
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modificationsIfAvailable",
"editor.rulers": [80],
// Allow completion while filling in a code snippet.
"editor.suggest.snippetsPreventQuickSuggestions": false,