diff options
author | Julian Andres Klode <jak@debian.org> | 2017-09-10 15:47:42 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-09-10 15:48:21 +0200 |
commit | 8e222df0d0bf36e1da3894608db5302c1c33b7d5 (patch) | |
tree | 0267eddf176e50b71836c937f54560d3d6d8bc13 /.clang-format | |
parent | 28afe64a0f1c32c085615b84b1065015f869b9d3 (diff) |
clang-format: Set ContinuationIndentWidth: 3
This fixes the indentation of struct members, for
example, which were previously indented by 4 spaces.
Gbp-Dch: ignore
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
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 |