Sarcasm/run-clang-format

Do not run diff when using -q

okainov opened this issue · 0 comments

See #22. This issue can be seen when using -q as well. However it doesn't sound right, because without the need to show the diff there should be no need to open the files from Python side at all - just run clang-format and check it's exitcode probably.