Skip to content

Commit

Permalink
#1592 fix access specifiers indention
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Strzebonski committed Nov 23, 2021
1 parent cb984cc commit 4aaf364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Language: Cpp
ColumnLimit: 80
UseTab: Never

AccessModifierOffset: -4
AccessModifierOffset: -2
AlignAfterOpenBracket: AlwaysBreak
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
Expand Down

0 comments on commit 4aaf364

Please sign in to comment.