diff options
author | Christian Klinger | 2016-09-29 15:40:18 +0200 |
---|---|---|
committer | Christian Klinger | 2016-09-29 15:40:18 +0200 |
commit | 3d82bfc698165bb20f3c38d42f2b77ab855c1edf (patch) | |
tree | 2c170bcdd5c89259bb0b530fa11fdfe701c99850 /.astylerc | |
parent | added an information dialog that displays ip and hostname. (diff) | |
download | pvs2-3d82bfc698165bb20f3c38d42f2b77ab855c1edf.tar.gz pvs2-3d82bfc698165bb20f3c38d42f2b77ab855c1edf.tar.xz pvs2-3d82bfc698165bb20f3c38d42f2b77ab855c1edf.zip |
astyle.
Diffstat (limited to '.astylerc')
-rw-r--r-- | .astylerc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.astylerc b/.astylerc new file mode 100644 index 0000000..b792a5f --- /dev/null +++ b/.astylerc @@ -0,0 +1,14 @@ +style=kr +indent=tab +#max-code-length=120 + +# spaces +pad-oper +pad-header + +# line endings +lineend=linux + +# keep some things +keep-one-line-statements +keep-one-line-blocks |