Felix Ruess
cddd494522
prevent globbing in fix_code_style.sh
...
so you can easily call it with the recursive option, e.g.
./fix_code_style.sh -r "sw/airborne/subsystems/*.c"
2015-03-05 14:01:07 +01:00
Felix Ruess
cd1b8a9f2a
fix_code_style limits to 120 chars instead of 100
...
it would still be good to limit code line length to 100 when writing the code,
but setting this to something larger avoids stupid automatic wrappings that make things less readable...
2014-12-17 02:14:16 +01:00
Felix Ruess
f6c193581e
fix_code_style.sh: align pointer with name
2014-11-08 17:33:49 +01:00
Felix Ruess
8cf9da0f1b
update fix_code_style.sh script
2014-09-10 23:21:32 +02:00
Felix Ruess
630f2e4ab4
update code style, pointer to type
2014-09-10 17:55:02 +02:00
Felix Ruess
04bd833e76
add initial fix_code_syle.sh script
...
You need to have astyle installed.
Run with ./fix_code_style.sh <FILENAME>
2014-09-10 15:23:55 +02:00