There was an error while loading. Please reload this page.
2 parents 03da457 + a715f0c commit d6cd27bCopy full SHA for d6cd27b
README.md
@@ -29,11 +29,11 @@ You can run **clang_format** in several ways:
29
30
Format single file:
31
32
- clang-format-3.6 --i -style=file MY_ROS_NODE.cpp
+ clang-format-3.6 -i -style=file MY_ROS_NODE.cpp
33
34
Format entire directory recursively including subfolders:
35
36
- find . -name '*.h' -or -name '*.hpp' -or -name '*.cpp' | xargs clang-format-3.6 --i -style=file $1
+ find . -name '*.h' -or -name '*.hpp' -or -name '*.cpp' | xargs clang-format-3.6 -i -style=file $1
37
38
### Emacs Editor Configuration
39
0 commit comments