summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorszb512 <47613831+szb512@users.noreply.github.com>2020-07-09 09:23:32 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-13 18:08:09 +0200
commit5b72b347082718f9f3dac6adea87585566c5450c (patch)
tree5f33527a2a6178022c9f2f4ab0107b69e805adf1 /.clang-format
parent8ba6c15a8227a6fecbe5e97919ea502da90083d3 (diff)
downloadsystemd-5b72b347082718f9f3dac6adea87585566c5450c.tar.gz
Make the instructions slightly easier to read
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format6
1 files changed, 3 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format
index 2d412db269..d3ff1260db 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,18 +1,18 @@
# This configuration file can be used to auto-format the code base.
# Not all guidelines specified in CODING_STYLE are followed, so the
# result MUST NOT be committed indiscriminately, but each automated
-# change should be reviewed and only the appropriate ones commited.
+# change should be reviewed and only the appropriate ones can be commited.
#
# The easiest way to apply the formatting to your changes ONLY,
# 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.
# 2. Run `git clang-format`.
# 3. Verify + correct + (un)stage changes.
# 4. Commit.
#
-# - Fixup formatting after committing
+# - Fix up formatting after committing
# 1. Commit your changes.
# 2. Run `git clang-format HEAD~` - Refer the commit *before* your changes here.
# 3. Verify + correct changes, `git difftool -d` can help here.