summaryrefslogtreecommitdiff
path: root/astyle.cfg
blob: f33bce33d96a3cb4f1f130ab9415f1102ca907a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Bracket style
--style=ansi

# Tab
--indent=spaces=4

# Indentation
--indent-preprocessor
--max-instatement-indent=80

# Padding
--pad-oper
--pad-header
--align-pointer=type
--align-reference=type

# Formatting
--add-brackets
--keep-one-line-blocks
--convert-tabs

# Other
--lineend=linux