Skip to content

Commit 901b314

Browse files
committed
clang-format pybullet.c
move AccessModifierOffset to -4 (public:, private:, protected: are aligned to the left in Bullet)
1 parent e524b22 commit 901b314

File tree

2 files changed

+3230
-3225
lines changed

2 files changed

+3230
-3225
lines changed

_clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ SpacesInContainerLiterals: true
8383
SpacesInCStyleCastParentheses: false
8484
SpacesInParentheses: false
8585
SpacesInSquareBrackets: false
86+
AccessModifierOffset: -4
8687
Standard: Auto
8788
TabWidth: 4
8889
UseTab: ForContinuationAndIndentation

0 commit comments

Comments
 (0)