Skip to content

Commit c554f77

Browse files
authored
Renames .clang_format to .clang-format
Avoids this error: `Can't find usable .clang-format, using LLVM style`
1 parent d6cd27b commit c554f77

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)