diff options
| -rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 016fb778383..5c987536b0c 100644 --- a/.clang-format +++ b/.clang-format | |||
| @@ -7,7 +7,7 @@ BreakBeforeBinaryOperators: All | |||
| 7 | BreakBeforeBraces: GNU | 7 | BreakBeforeBraces: GNU |
| 8 | ColumnLimit: 70 | 8 | ColumnLimit: 70 |
| 9 | ContinuationIndentWidth: 2 | 9 | ContinuationIndentWidth: 2 |
| 10 | IndentPPDDirectives: AfterHash | 10 | IndentPPDirectives: AfterHash |
| 11 | PPIndentWidth: 1 | 11 | PPIndentWidth: 1 |
| 12 | ForEachMacros: | 12 | ForEachMacros: |
| 13 | - FOR_EACH_TAIL | 13 | - FOR_EACH_TAIL |