Skip to content

Commit 84c92df

Browse files
committed
Added instructions for Atom.
1 parent c1748e8 commit 84c92df

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)