aboutsummaryrefslogtreecommitdiff
path: root/astyle.rc
blob: d1be054e0f1adcfc4596c20010dd44f880720990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## asytyle configuration for iemnet
# usage: astyle --options=astyle.rc *.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