There was an error while loading. Please reload this page.
1 parent c1748e8 commit 84c92dfCopy full SHA for 84c92df
README.md
@@ -52,3 +52,11 @@ Format your source code if its in some directory such as the ``catkin_ws`` (feel
52
Set a keyboard shortcut to run, such as F12
53
54
(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