I tried clang-format and it works really well for my coding style. I wanted to know if it is possible to use clang format on just my patch so that I don't format code which I don't want to modify. That way I could run clang-format on my patch before committing to the mainline.
Thanks,