summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.clang-format1
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
8ColumnLimit: 180 8ColumnLimit: 180
9IndentPPDirectives: AfterHash 9IndentPPDirectives: AfterHash
10SortIncludes: Never 10SortIncludes: Never
11AllowShortEnumsOnASingleLine: false