summaryrefslogtreecommitdiff
path: root/tools/astylerc
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-15 16:58:27 -0700
committerirungentoo <irungentoo@gmail.com>2013-08-15 16:58:27 -0700
commit0a00c5c29143b2613a512c5ff3f5f6c1e390f1ac (patch)
tree8b0a059cf26481bcfdcf00ba41707787a8ee42b0 /tools/astylerc
parent75873e31db5a881cdd0caf408c192e91b1901149 (diff)
parentd0098efa958ca82dc9c65c93b5830d727422faef (diff)
Merge pull request #457 from aaboagye/master
core,nTox,toxic - Fix for Issue #453. Begin refactoring w/astyle.
Diffstat (limited to 'tools/astylerc')
-rw-r--r--tools/astylerc11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/astylerc b/tools/astylerc
new file mode 100644
index 00000000..a2f05160
--- /dev/null
+++ b/tools/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