diff options
author | Jack Lloyd <[email protected]> | 2017-09-19 14:02:49 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-19 14:02:49 -0400 |
commit | ab543f29cc6c7aa79f9d3aefc93faae965c36bd4 (patch) | |
tree | 507fcfa20a8d30b929b8093cca4f819328dcfd04 /src/configs/astyle.rc | |
parent | 0c77c98feda95c109ed780b767aca6aad1c14dc7 (diff) |
Move config files to src/configs
Diffstat (limited to 'src/configs/astyle.rc')
-rw-r--r-- | src/configs/astyle.rc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/configs/astyle.rc b/src/configs/astyle.rc new file mode 100644 index 000000000..dd2c7a35d --- /dev/null +++ b/src/configs/astyle.rc @@ -0,0 +1,14 @@ +--style=whitesmith +--indent=spaces=3 +--attach-namespaces +--break-one-line-headers +--convert-tabs +--max-code-length=120 +--indent-preproc-block +#--pad-oper +--pad-comma +--unpad-paren +--align-pointer=type +--align-reference=type +-j # --add-braces / --add-brackets +-J # --add-one-line-braces / --add-one-line-brackets |