xaverh/vscode-clang-format

Format on save but only modified lines

sashabel opened this issue · 1 comments

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?

"editor.defaultFormatter": "xaver.clang-format",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modifications", // do not format the whole file on save!