From a4874270f791fae8745cac23e153c59bef81bd1e Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Fri, 31 Mar 2017 22:29:34 +0200 Subject: Fix clang-format Columns Width Also fix l_client.cpp/h and remove them from whitelist --- .clang-format | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 82e2abf15..547df6a95 100644 --- a/.clang-format +++ b/.clang-format @@ -5,6 +5,7 @@ BreakBeforeBraces: Linux AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: false AccessModifierOffset: -8 +ColumnLimit: 90 IncludeCategories: - Regex: '^".*' Priority: 2 -- cgit v1.2.3