style=stroustrup # stroustrup style http://astyle.sourceforge.net/astyle.html#_style=stroustrupindent=spaces=4 # Use spaces instead of tabs for indentationindent-classes # Indent 'class' and 'struct' blocks so that the blocks 'public:', 'protected:' and 'private:' are indentedindent-switches # Indent 'switch' blocks so that the 'case X:' statements are indented in the switch blockbreak-blocks # Pad empty lines around header blocks (e.g. 'if', 'while'...).
unpad-paren # Remove unwanted space around parenthesespad-header # Insert space padding after paren headers only (e.g. 'if', 'for', 'while'...)formatted # only display files that have changedrecursive # recursively enter subdirssuffix=none # don't create backup files (that's what version control is for)