From ab31610afe5649664cb94f8af762fb3513379ced Mon Sep 17 00:00:00 2001 From: milek7 Date: Sat, 28 Oct 2017 19:21:37 +0200 Subject: [PATCH] clang-format changes --- .clang-format | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 9c9c0863..be220828 100644 --- a/.clang-format +++ b/.clang-format @@ -10,6 +10,8 @@ BreakBeforeTernaryOperators: false AllowShortBlocksOnASingleLine: false AllowShortIfStatementsOnASingleLine: false AllowShortFunctionsOnASingleLine: Empty -ColumnLimit: 100 +ColumnLimit: 200 SortIncludes: false +UseTab: ForIndentation +TabWidth: 4 ---