summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format11
1 files changed, 6 insertions, 5 deletions
diff --git a/.clang-format b/.clang-format
index 6e49d83..2b8e0b3 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,11 +1,12 @@
1BasedOnStyle: google 1AllowShortBlocksOnASingleLine: false
2AllowShortFunctionsOnASingleLine: None
2AllowShortIfStatementsOnASingleLine: false 3AllowShortIfStatementsOnASingleLine: false
3AllowShortLoopsOnASingleLine: false 4AllowShortLoopsOnASingleLine: false
4AllowShortFunctionsOnASingleLine: None
5AllowShortBlocksOnASingleLine: false
6AlwaysBreakBeforeMultilineStrings: false 5AlwaysBreakBeforeMultilineStrings: false
6BasedOnStyle: google
7ColumnLimit: 0
7IndentWidth: 4 8IndentWidth: 4
9InsertBraces: true
8PointerBindsToType: false 10PointerBindsToType: false
9ColumnLimit: 0
10SpaceBeforeParens: ControlStatements
11SortIncludes: false 11SortIncludes: false
12SpaceBeforeParens: ControlStatements