From 8e222df0d0bf36e1da3894608db5302c1c33b7d5 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 10 Sep 2017 15:47:42 +0200 Subject: clang-format: Set ContinuationIndentWidth: 3 This fixes the indentation of struct members, for example, which were previously indented by 4 spaces. Gbp-Dch: ignore --- .clang-format | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 654100364..c2989f891 100644 --- a/.clang-format +++ b/.clang-format @@ -4,6 +4,7 @@ Language: Cpp TabWidth: 8 UseTab: Always IndentWidth: 3 +ContinuationIndentWidth: 3 ColumnLimit: 0 BreakBeforeBraces: Allman AccessModifierOffset: 0 -- cgit v1.2.3