Compare commits
2 Commits
8ba6c15a82
...
60b45a80c1
Author | SHA1 | Date |
---|---|---|
szb512 | 60b45a80c1 | |
szb512 | 5b72b34708 |
|
@ -6,13 +6,13 @@
|
||||||
# The easiest way to apply the formatting to your changes ONLY,
|
# The easiest way to apply the formatting to your changes ONLY,
|
||||||
# is to use the git-clang-format script (usually installed with clang-format).
|
# is to use the git-clang-format script (usually installed with clang-format).
|
||||||
#
|
#
|
||||||
# - Fixup formatting before committing
|
# - Fix up formatting before committing
|
||||||
# 1. Edit and stage your files.
|
# 1. Edit and stage your files.
|
||||||
# 2. Run `git clang-format`.
|
# 2. Run `git clang-format`.
|
||||||
# 3. Verify + correct + (un)stage changes.
|
# 3. Verify + correct + (un)stage changes.
|
||||||
# 4. Commit.
|
# 4. Commit.
|
||||||
#
|
#
|
||||||
# - Fixup formatting after committing
|
# - Fix up formatting after committing
|
||||||
# 1. Commit your changes.
|
# 1. Commit your changes.
|
||||||
# 2. Run `git clang-format HEAD~` - Refer the commit *before* your changes here.
|
# 2. Run `git clang-format HEAD~` - Refer the commit *before* your changes here.
|
||||||
# 3. Verify + correct changes, `git difftool -d` can help here.
|
# 3. Verify + correct changes, `git difftool -d` can help here.
|
||||||
|
|
Loading…
Reference in New Issue