diff options
Diffstat (limited to '')
-rwxr-xr-x | tools/clang-format.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/clang-format.py b/tools/clang-format.py index 01cdae5..81b2f93 100755 --- a/tools/clang-format.py +++ b/tools/clang-format.py @@ -5,9 +5,9 @@ # For details, see https://github.com/egor-tensin/cmake-common. # Distributed under the MIT License. -'''Feed C/C++ files in the repository to clang-format +'''clang-format all C/C++ files in the project -This script runs clang-format on every C/C++ file in the repository, either +This script feeds every C/C++ file in the repository to clang-format, either printing a unified diff between the original and the formatted versions, or formatting the files in-place. ''' |