There was an error while loading. Please reload this page.
2 parents c1748e8 + d7d3c6c commit 3bfc703Copy full SHA for 3bfc703
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