# Artistic Style configuration
#   URL: http://astyle.sourceforge.net
# astyle --options=.astylerc --recursive "OpenANN/*.h" "src/*.cpp" "examples/*.h" "examples/*.cpp" "benchmarks/*.h" "benchmarks/*.cpp" "test/*.h" "test/*.cpp"

mode=c
style=ansi
indent=spaces=2
indent-labels
indent-preprocessor
min-conditional-indent=1
max-instatement-indent=70
pad-oper
unpad-paren
align-pointer=type
keep-one-line-blocks
keep-one-line-statements
convert-tabs
-xC=80
