commit | 2dba7d2cc46a25cd67fb990826179e0c159c5b5c | [log] [tgz] |
---|---|---|
author | owenca <owenpiano@gmail.com> | Wed Jun 15 08:29:51 2022 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 15 08:36:16 2022 |
tree | 885dd7d877d78c84f41dc9349dea1356ab0cda20 | |
parent | bb4dcb7164a67f828225714c7ed099cfe418d3d7 [diff] |
[libcxx] Remove extraneous '---' lines in .clang-format files NOKEYCHECK=True 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 ----