diff options
Diffstat (limited to 'scripts/maint/clang-format.sh')
-rwxr-xr-x | scripts/maint/clang-format.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/maint/clang-format.sh b/scripts/maint/clang-format.sh index 86430b9b26..59832117b4 100755 --- a/scripts/maint/clang-format.sh +++ b/scripts/maint/clang-format.sh @@ -2,6 +2,13 @@ # Copyright 2020, The Tor Project, Inc. # See LICENSE for licensing information. +# +# DO NOT COMMIT OR MERGE CODE THAT IS RUN THROUGH THIS TOOL YET. +# +# WE ARE STILL DISCUSSING OUR DESIRED STYLE AND ITERATING ON IT. +# (12 Feb 2020) +# + # This script runs "clang-format" and "codetool" in sequence over each of # our source files, and replaces the original file only if it has changed. # |