diff options
-rw-r--r-- | .clang-format | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/.clang-format b/.clang-format index a3ef233a24..16d606b384 100644 --- a/.clang-format +++ b/.clang-format @@ -1,6 +1,10 @@ -BasedOnStyle: LLVM -IndentWidth: 8 -UseTab: Always -BreakBeforeBraces: Linux -AllowShortIfStatementsOnASingleLine: false -IndentCaseLabels: false +BasedOnStyle: LLVM +Language: Cpp +IndentWidth: 8 +UseTab: Always +BreakBeforeBraces: Linux +AllowShortIfStatementsOnASingleLine: false +IndentCaseLabels: false +SortIncludes: false +ContinuationIndentWidth: 8 +ColumnLimit: 80 |