We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016d8c7 commit 36bf7dbCopy full SHA for 36bf7db
LArSoftWiki/Using_clang_format.md
@@ -4,7 +4,13 @@
4
5
LArSoft has adopted `clang-format` as a code-formatting tool to ensure a uniform code layout.
6
7
-## Using clang format with mrb
+## Using clang format in the UPS environment
8
+
9
+- setup your working environment
10
+- `setup cetmodules v3_24_01`
11
+ - Any sufficiently modern release of cetmodules (v3_24_01 or later) will work.
12
+- `format-code <file or subdirectory>`
13
+ - `format-code` is found in cetmodules and will be using `clang v15_0_7`
14
15
16
## Using clang format with an editor
0 commit comments