File: astyle.conf

package info (click to toggle)
libfreenect 1%3A0.5.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,156 kB
  • sloc: ansic: 7,417; cpp: 7,265; cs: 2,062; python: 992; ruby: 873; java: 730; xml: 49; sh: 27; makefile: 23
file content (16 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# astyle config for the OpenKinect project
#
# To use:
#   astyle --options=astyle.conf -r ../src/*.c
#
# Due to limitations, this should not be used on header files
# because it will indent all function declarations inside extern
# blocks. -  http://bit.ly/fG5piu
indent=tab=4
min-conditional-indent=0
brackets=linux
indent-switches
unpad-paren
pad-header
lineend=linux
suffix=none