diff options
Diffstat (limited to 'astylerc')
| -rw-r--r-- | astylerc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,8 +1,9 @@ # Inkscape coding style options for the Artistic Style formatter # See http://astyle.sourceforge.net/ +# See https://inkscape.org/de/develop/coding-style/ # Opening braces broken from functions only ---brackets=stroustrup +--style=stroustrup # Four-space indent; convert stray tabs --indent=spaces=4 @@ -15,7 +16,7 @@ # Attach pointers and references to variable names --align-pointer=name -# --align-reference=name +--align-reference=name # Add brackets to single-statement blocks --add-brackets @@ -23,4 +24,4 @@ # Misc. options --indent-preprocessor --indent-col1-comments ---suffix=none + |
