# astyle configuration file
# http://astyle.sourceforge.net/astyle.html


# Brace style
--style=java


# Indents
--indent=force-tab=4


# Switch statements
--indent-switches


# Break long conditionals
--break-after-logical


# Indent pre-processor directives
--indent-preproc-block
--indent-preproc-define
# --indent-preproc-cond


# Line endings
--lineend=linux


# Add braces to one-liners
--add-braces


# Pad with blank lines
--break-blocks


# Pad with spaces
--pad-comma
--pad-oper
--pad-header
--pad-method-prefix
--pad-method-colon=none
--pad-return-type
--unpad-param-type


# Pointers/References
--align-pointer=middle
--align-reference=name


# Line endings
--lineend=linux


# Excludes

--ignore-exclude-errors

