Skip to content

Commit

Permalink
Update clang-format to support Objective-C souce files
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed Sep 26, 2021
1 parent 1cab04d commit cbe81e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
BasedOnStyle: WebKit
Language: Cpp
IndentWidth: 2
BinPackArguments: false
BinPackParameters: false
Expand Down
2 changes: 1 addition & 1 deletion format
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
find . \( -name *.h -or -name *.c -or -name *.cpp \) -print | xargs clang-format -i
find . \( -name *.h -or -name *.c -or -name *.cpp -or -name *.m \) -print | xargs clang-format -i

0 comments on commit cbe81e5

Please sign in to comment.