commit | d6e1313f1d4a6fa203e74656868dfb88e4e449c9 | [log] [tgz] |
---|---|---|
author | owenca <owenpiano@gmail.com> | Wed Jun 15 01:29:51 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 15 01:35:43 2022 -0700 |
tree | 885dd7d877d78c84f41dc9349dea1356ab0cda20 | |
parent | 78bd3e6515fc742fb3648d45d139ac344cd95b75 [diff] |
[libcxx] Remove extraneous '---' lines in .clang-format files GitOrigin-RevId: 462b49f18c6c065e1a0f46ee22cf01b205a24981
diff --git a/.clang-format b/.clang-format index dc6f2af..b4f56c0 100644 --- a/.clang-format +++ b/.clang-format
@@ -1,6 +1,5 @@ BasedOnStyle: LLVM ---- Language: Cpp AlwaysBreakTemplateDeclarations: true @@ -14,4 +13,3 @@ # libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting ColumnLimit: 120 ----