diff --git a/.clang-format b/.clang-format index 6aa6238..10d63cb 100644 --- a/.clang-format +++ b/.clang-format @@ -42,7 +42,7 @@ BreakBeforeBinaryOperators: None BreakBeforeTernaryOperators: false BreakBeforeInlineASMColon: Never BreakStringLiterals: true -ColumnLimit: 80 +ColumnLimit: 100 ContinuationIndentWidth: 4 DerivePointerAlignment: false DisableFormat: false