Codebase list pd-iemnet / lintian-fixes/main astyle.rc
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

astyle.rc @lintian-fixes/mainraw · history · blame

## 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