Skip to content

Commit 3bfc703

Browse files
committed
Merge pull request PickNikRobotics#1 from BennyRe/master
Added instructions for Atom.
2 parents c1748e8 + d7d3c6c commit 3bfc703

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎README.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,11 @@ Format your source code if its in some directory such as the ``catkin_ws`` (feel
5252
Set a keyboard shortcut to run, such as F12
5353

5454
(global-set-key [f12] 'maybe-run-ros-clang-format)
55+
56+
### Atom
57+
58+
Install the [clang-format](https://atom.io/packages/clang-format) package via package manager or ``apm install clang-format``.
59+
60+
In the package settings set ``clang-format-3.6`` as your executable and point 'Style' to your ``.clang_format`` file.
61+
62+

0 commit comments

Comments
 (0)