We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa4b17 commit d13d3c3Copy full SHA for d13d3c3
1 file changed
misc/astyle.cfg
@@ -1,10 +1,10 @@
1
#astyle config file
2
3
-#run astyle on one or a few files: use
+#run astyle on one or a few files: use
4
# astyle --options=misc/astyle.cfg path/to/file
5
6
-#run astyle on all files: from the scl root dir, use
7
-# astyle --options=misc/astyle.cfg --recursive "src/*.c" "src/*.cc" "include/*.h" "src/*.h"
+#run astyle on all files: from the scl root dir, use
+# astyle --options=misc/astyle.cfg --recursive "src/*.c" "src/*.cc" "include/*.h" "src/*.h" "test/*.cc" "test/*.h"
8
# in the above line, the double quotes *are* necessary
9
10
# DO NOT run astyle on flex/bison input such as expparse.y and expscan.l!
0 commit comments