Update .clang-format

This commit is contained in:
szb512 2020-07-13 11:58:09 -04:00 committed by Zbigniew Jędrzejewski-Szmek
parent 5b72b34708
commit 60b45a80c1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# 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 can be commited.
# change should be reviewed and only the appropriate ones 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).