Format on save but only modified lines
sashabel opened this issue · 1 comments
sashabel commented
First of all thanks for the great extension!
I would like to format only the modified line on save, how can I do/configure it?
sashabel commented
"editor.defaultFormatter": "xaver.clang-format",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modifications", // do not format the whole file on save!