This patch brings in my changed settings and the code generation setup (artifacts definition), without any changes to the /content/ of the model
5 lines
226 B
Bash
5 lines
226 B
Bash
#!/bin/sh
|
|
#
|
|
# gnu-indent -- call the "indent" tool with parameters suitable for GNU coding style
|
|
#
|
|
indent -nbad -bap -nbc -bbo -bl -bli2 -bls -ncdb -nce -cp1 -cs -di2 -ndj -nfc1 -nfca -hnl -i2 -ip5 -lp -pcs -psl -nsc -nsob $@
|