astyle.cfg change
This commit is contained in:
parent
498710921a
commit
3d26e6baa9
1 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue