summaryrefslogtreecommitdiff
path: root/other/astyle/astylerc
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-04-25 20:39:13 -0400
committerirungentoo <irungentoo@gmail.com>2015-04-25 20:39:13 -0400
commit422e74424a759c31d1dcfe0d1d9fbce3f39efb32 (patch)
tree2573d07ace13214f568d917ea70020c66c342b33 /other/astyle/astylerc
parent28de3f59fdfc185e42d3d5393de7fd5ba78eae5d (diff)
Switched tox.h to the dsl generated one.
Added input file to generate it. Moved the astyle stuff to the astyle directory in other/.
Diffstat (limited to 'other/astyle/astylerc')
-rw-r--r--other/astyle/astylerc11
1 files changed, 11 insertions, 0 deletions
diff --git a/other/astyle/astylerc b/other/astyle/astylerc
new file mode 100644
index 00000000..dd738b74
--- /dev/null
+++ b/other/astyle/astylerc
@@ -0,0 +1,11 @@
1--style=kr
2 --pad-header
3 --max-code-length=120
4 --convert-tabs
5 --indent-switches
6 --pad-oper
7 --align-pointer=name
8 --align-reference=name
9 --preserve-date
10 --lineend=linux
11 --break-blocks \ No newline at end of file