summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorSimeon Simeonov2024-11-20 14:42:05 +0100
committerSimeon Simeonov2024-11-20 14:42:05 +0100
commit96c4dd93ddc01df0e2c26193af6f425ae594748c (patch)
tree6276453e9803fd73449e2da366f6941a39f607a3 /.clang-format
parent040c13e2b9b59895368930cd74d0943d43418383 (diff)
Sync with upstream
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