Skip to content

Commit a715f0c

Browse files
committed
Merge pull request PickNikRobotics#4 from syohex/i-flag
Fix 'i' option
2 parents f15d3bd + b448c37 commit a715f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ You can run **clang_format** in several ways:
2929

3030
Format single file:
3131

32-
clang-format-3.6 --i -style=file MY_ROS_NODE.cpp
32+
clang-format-3.6 -i -style=file MY_ROS_NODE.cpp
3333

3434
Format entire directory recursively including subfolders:
3535

36-
find . -name '*.h' -or -name '*.hpp' -or -name '*.cpp' | xargs clang-format-3.6 --i -style=file $1
36+
find . -name '*.h' -or -name '*.hpp' -or -name '*.cpp' | xargs clang-format-3.6 -i -style=file $1
3737

3838
### Emacs Editor Configuration
3939

0 commit comments

Comments
 (0)