rosshemsley / SublimeClangFormat

A C++ code formatter based on Clang Format, for beautiful code with minimal effort in Sublime Text 3
Other
185 stars 52 forks source link

Fast auto-fix enabe/disable #74

Open konsumer opened 1 year ago

konsumer commented 1 year ago

Often I am working with another person's codebase, and need to disable fixing so I don't touch every line in a commit, of a file with a quick-change. I find this very handy, from standard format:

Screenshot 2023-04-14 at 5 56 18 PM

This is under "Sublime Text" / "Settings"

Also handy to add it to the command-palette:

Screenshot 2023-04-14 at 6 00 18 PM

Looks like they do it in the menu file. I can add a PR, if you're interested.