Files
jami-daemon/astylerc
Adrien Beraud 7706076a2f links: use https for links to ring.cx
Change-Id: I0cb84826a4ed636fdb96bbee886a416f15c4914b
Reviewed-by: Philippe Gorley <philippe.gorley@savoirfairelinux.com>
2017-07-12 15:31:10 -04:00

19 lines
1.1 KiB
Plaintext

# Filename: astylerc
# Purpose: config file for astyle
# http://astyle.sourceforge.net/astyle.html
# Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
# Savoir-faire Linux Inc
# https://www.ring.cx
style=stroustrup # stroustrup style http://astyle.sourceforge.net/astyle.html#_style=stroustrup
indent=spaces=4 # Use spaces instead of tabs for indentation
indent-classes # Indent 'class' and 'struct' blocks so that the blocks 'public:', 'protected:' and 'private:' are indented
indent-switches # Indent 'switch' blocks so that the 'case X:' statements are indented in the switch block
break-blocks # Pad empty lines around header blocks (e.g. 'if', 'while'...).
brackets=linux
unpad-paren # Remove unwanted space around parentheses
pad-header # Insert space padding after paren headers only (e.g. 'if', 'for', 'while'...)
pad-oper # Insert space padding around operator
formatted # only display files that have changed
suffix=none # don't create backup files (that's what version control is for)