Skip to content

Commit abe3cd3

Browse files
authored
Merge pull request PickNikRobotics#5 from nbgraham/master
Renames .clang_format to .clang-format
2 parents d6cd27b + c554f77 commit abe3cd3

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
@@ -11,9 +11,9 @@ The repo contains an auto formatting script for the [ROS C++ Style Guidelines](h
1111

1212
``sudo apt-get install -y clang-format-3.6``
1313

14-
* Then symlink or copy in the root of your catkin workspace the file ``.clang_format``, located in this repo. You can save this file from [this link](https://raw.githubusercontent.com/davetcoleman/roscpp_code_format/master/.clang-format). For example, place it on your computer here:
14+
* Then symlink or copy in the root of your catkin workspace the file ``.clang-format``, located in this repo. You can save this file from [this link](https://raw.githubusercontent.com/davetcoleman/roscpp_code_format/master/.clang-format). For example, place it on your computer here:
1515

16-
``~/catkin_ws/.clang_format``
16+
``~/catkin_ws/.clang-format``
1717

1818
* If you are interested in improving this configuration file, we recommend you checkout the git repo and symlink, e.g.:
1919

0 commit comments

Comments
 (0)