diff --git a/.clang-format b/.clang-format index 4aec119c..8e33c4d1 100644 --- a/.clang-format +++ b/.clang-format @@ -10,7 +10,7 @@ NamespaceIndentation: None BreakBeforeBraces: Allman AllowShortIfStatementsOnASingleLine: false AllowShortFunctionsOnASingleLine: None -ColumnLimit: 96 +ColumnLimit: 160 MaxEmptyLinesToKeep: 1 Standard: Cpp11