Codebase list pd-iemnet / upstream/latest astyle.rc
upstream/latest

Tree @upstream/latest (Download .tar.gz)

astyle.rc @upstream/latestraw · 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