mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-01-15 01:02:22 +08:00
Once installed, clang-format can be run on only the lines that have been changed by a given range of commits like so:
# Format changes from develop to HEAD
git clang-format develop
Running this command will change files locally. You must then commit the changes and push them to your PR.