Skip to content

Commit

Permalink
Update .clang-format comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Aug 29, 2018
1 parent 2f47e22 commit bfa149a
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
@@ -1,5 +1,5 @@
---
# find . -path ./tesseract_ext/bullet3 -prune -o -regex '.*\.\(cpp\|hpp\|cc\|cxx\|h\|hxx\)' -exec clang-format -style=file -i {} \;
# find . -path ./tesseract_ext/bullet3_ros/bullet3 -prune -o -regex '.*\.\(cpp\|hpp\|cc\|cxx\|h\|hxx\)' -exec clang-format -style=file -i {} \;
BasedOnStyle: Google
AccessModifierOffset: -2
AlignEscapedNewlinesLeft: false
Expand Down

0 comments on commit bfa149a

Please sign in to comment.