diff --git a/.clang-format b/.clang-format index 9c9c0863..be220828 100644 --- a/.clang-format +++ b/.clang-format @@ -10,6 +10,8 @@ BreakBeforeTernaryOperators: false AllowShortBlocksOnASingleLine: false AllowShortIfStatementsOnASingleLine: false AllowShortFunctionsOnASingleLine: Empty -ColumnLimit: 100 +ColumnLimit: 200 SortIncludes: false +UseTab: ForIndentation +TabWidth: 4 ---