diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-02-12 18:52:35 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-02-12 18:52:35 -0500 |
commit | b5ccdd978ea138cde92b3513c9d653ba18b8b463 (patch) | |
tree | b7f8a7e8f292650acb3670010027bffdb92444d1 /.clang-format | |
parent | 3b62cd85e2a862ecc964d24dfeb3d83ad8d652fe (diff) | |
download | tor-b5ccdd978ea138cde92b3513c9d653ba18b8b463.tar.gz tor-b5ccdd978ea138cde92b3513c9d653ba18b8b463.zip |
Add a dire warning about not reformatting the whole codebase yet.
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index e688ce7df5..7be73e0612 100644 --- a/.clang-format +++ b/.clang-format @@ -1,3 +1,8 @@ +# 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) + --- Language: Cpp # Out of all supported styles, LLVM seems closest to our own. |