From 7a6e87e36781fb0fcfa5c316d0fc10133d4e94a3 Mon Sep 17 00:00:00 2001 From: terminx Date: Sat, 21 Apr 2018 06:04:33 +0000 Subject: [PATCH] Bump clang-format ColumnLimit to 150 git-svn-id: https://svn.eduke32.com/eduke32@6835 1a8010ca-5511-0410-912e-c29ae57300e0 --- _clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_clang-format b/_clang-format index 36c64da83..f3b68b748 100644 --- a/_clang-format +++ b/_clang-format @@ -17,7 +17,7 @@ BreakBeforeBinaryOperators: true BreakBeforeBraces: Allman BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false -ColumnLimit: 140 +ColumnLimit: 150 ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 0 ContinuationIndentWidth: 0