File: allman.ini

package info (click to toggle)
astyle 3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 1,620 kB
  • sloc: cpp: 16,120; makefile: 445
file content (22 lines) | stat: -rwxr-xr-x 386 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Allman Coding Style Options
# Based on an old AStyle release.

# braces and indent
style=allman
# indent=spaces    # this is the default

# indentation
min-conditional-indent=0
max-continuation-indent=80

# padding
pad-oper
pad-header
unpad-paren
align-pointer=type

# formatting
break-one-line-headers
keep-one-line-blocks
keep-one-line-statements
convert-tabs