aboutsummaryrefslogtreecommitdiff
path: root/src/astyle.rc
blob: 0c0c1bc38203b445d70a78c789f5c3dd4157ce0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## asytyle configuration for zexy
# usage: astyle --options=astyle.conf *.c *.h

## CRLF line-ending
lineend=linux

## make sure that code fits on an old-school terminal
max-code-length=75
# maximum indentation on continuation lines
max-instatement-indent=40

## "One  True  Brace  Style"
style=1tbs

## hardly an indentation
indent=spaces=2