| commit | 2a2b9ad1f527c45b237cef8757ee20bb7b790282 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Tue May 12 20:07:26 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Tue May 12 20:43:20 2020 -0700 |
| tree | 8cacc5be256761435ca2dc85b44601782c83e65d | |
| parent | e54f338188c61d6fdddfb8a6454eb786f2bc4201 [diff] [blame] |
Move implementation details to the bottom of cxx.h
diff --git a/.clang-format b/.clang-format index 181605d..2085997 100644 --- a/.clang-format +++ b/.clang-format
@@ -1 +1,2 @@ AlwaysBreakTemplateDeclarations: true +MaxEmptyLinesToKeep: 3