diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2022-02-01 17:44:59 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2022-02-01 17:44:59 -0500 |
| commit | 8a8d1ca998ec032b94cbb4b8b01dd820e6464727 (patch) | |
| tree | 319ec0f17ea82212e4f9f349931d298253f95c7e /.clang-format | |
| parent | 51131f622914b73e8c5b6efdfe55e48e8dfafe69 (diff) | |
Fix mixed tabs and spaces in clang-format options
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index d112461c..6699e3ba 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,5 @@ --- +AccessModifierOffset: -4 AlignAfterOpenBracket: DontAlign AlignConsecutiveMacros: 'true' AlignConsecutiveAssignments: 'false' @@ -79,6 +80,6 @@ SpacesInParentheses: 'false' SpacesInSquareBrackets: 'false' IndentWidth: '4' TabWidth: '4' -UseTab: ForIndentation +UseTab: ForContinuationAndIndentation ... |
