diff options
| author | Simeon Simeonov | 2024-11-20 14:42:05 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2024-11-20 14:42:05 +0100 |
| commit | 96c4dd93ddc01df0e2c26193af6f425ae594748c (patch) | |
| tree | 6276453e9803fd73449e2da366f6941a39f607a3 /.clang-format | |
| parent | 040c13e2b9b59895368930cd74d0943d43418383 (diff) | |
Sync with upstream
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 11 |
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 @@ | |||
| 1 | BasedOnStyle: google | 1 | AllowShortBlocksOnASingleLine: false |
| 2 | AllowShortFunctionsOnASingleLine: None | ||
| 2 | AllowShortIfStatementsOnASingleLine: false | 3 | AllowShortIfStatementsOnASingleLine: false |
| 3 | AllowShortLoopsOnASingleLine: false | 4 | AllowShortLoopsOnASingleLine: false |
| 4 | AllowShortFunctionsOnASingleLine: None | ||
| 5 | AllowShortBlocksOnASingleLine: false | ||
| 6 | AlwaysBreakBeforeMultilineStrings: false | 5 | AlwaysBreakBeforeMultilineStrings: false |
| 6 | BasedOnStyle: google | ||
| 7 | ColumnLimit: 0 | ||
| 7 | IndentWidth: 4 | 8 | IndentWidth: 4 |
| 9 | InsertBraces: true | ||
| 8 | PointerBindsToType: false | 10 | PointerBindsToType: false |
| 9 | ColumnLimit: 0 | ||
| 10 | SpaceBeforeParens: ControlStatements | ||
| 11 | SortIncludes: false | 11 | SortIncludes: false |
| 12 | SpaceBeforeParens: ControlStatements | ||
