Skip to content

Commit

Permalink
clang-format pybullet.c
Browse files Browse the repository at this point in the history
move AccessModifierOffset to -4 (public:, private:, protected: are aligned to the left in Bullet)
  • Loading branch information
erwincoumans committed Mar 13, 2017
1 parent e524b22 commit 901b314
Show file tree
Hide file tree
Showing 2 changed files with 3,230 additions and 3,225 deletions.
1 change: 1 addition & 0 deletions _clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
AccessModifierOffset: -4
Standard: Auto
TabWidth: 4
UseTab: ForContinuationAndIndentation
Expand Down
Loading

0 comments on commit 901b314

Please sign in to comment.