diff options
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index c7f0b5e..e7869da 100644 --- a/.clang-format +++ b/.clang-format | |||
@@ -8,3 +8,4 @@ AlignConsecutiveMacros: true | |||
8 | ColumnLimit: 180 | 8 | ColumnLimit: 180 |
9 | IndentPPDirectives: AfterHash | 9 | IndentPPDirectives: AfterHash |
10 | SortIncludes: Never | 10 | SortIncludes: Never |
11 | AllowShortEnumsOnASingleLine: false | ||