aboutsummaryrefslogtreecommitdiff
path: root/.astylerc
blob: 58cc7e42695b1e9456e3e13ecf97ab3d019b6f91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--mode=c

--style=bsd # brackets on their own line

--indent=tab # tabs for indentation, spaces for alignment

--min-conditional-indent=0 # align continuation lines to the opening bracket

--max-instatement-indent=80 # allow to use a lot of spaces for alignment

--pad-oper # operators + have - spaces

--pad-first-paren-out # space before (

--align-pointer=name # char *name