# Artistic Style (astyle) options for qemu source code.

# Usage:
# astyle --options=scripts/astylerc {source files}

# For best results, use latest astyle from http://astyle.sourceforge.net/.

add-brackets
align-pointer=name
convert-tabs
max-code-length=80
style=otbs
brackets=linux
indent=spaces=4
max-code-length=80
max-instatement-indent=60
pad-oper
pad-header
unpad-paren
