astyle.cfg change

This commit is contained in:
Mark Pictor 2011-08-08 20:25:08 -04:00
parent 498710921a
commit 3d26e6baa9

View file

@ -1,5 +1,10 @@
#astyle config: from the scl root dir, use
# astyle --options=misc/astyle.cfg "src/*.c" "src/*.cc" "include/*.h"
#astyle config file
#run astyle on one or a few files: use
# astyle --options=misc/astyle.cfg path/to/file
#run astyle on all files: from the scl root dir, use
# astyle --options=misc/astyle.cfg --recursive "src/*.c" "src/*.cc" "include/*.h"
# in the above line, the double quotes *are* necessary
# DO NOT run astyle on flex/bison input such as expparse.y and expscan.l!
@ -22,6 +27,3 @@ convert-tabs #convert all tabs to spaces
align-pointer=middle #char * foo
lineend=linux #lines end with LF (linux), not CRLF (windows)
recursive