summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
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