summaryrefslogtreecommitdiffstats
path: root/.astylerc
diff options
context:
space:
mode:
authorChristian Klinger2016-09-29 15:40:18 +0200
committerChristian Klinger2016-09-29 15:40:18 +0200
commit3d82bfc698165bb20f3c38d42f2b77ab855c1edf (patch)
tree2c170bcdd5c89259bb0b530fa11fdfe701c99850 /.astylerc
parentadded an information dialog that displays ip and hostname. (diff)
downloadpvs2-3d82bfc698165bb20f3c38d42f2b77ab855c1edf.tar.gz
pvs2-3d82bfc698165bb20f3c38d42f2b77ab855c1edf.tar.xz
pvs2-3d82bfc698165bb20f3c38d42f2b77ab855c1edf.zip
astyle.
Diffstat (limited to '.astylerc')
-rw-r--r--.astylerc14
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