diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2017-06-07 11:09:49 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2017-06-07 11:09:49 +0000 |
| commit | e653cfebf985eef47e2a643d4eb6faefb741a848 (patch) | |
| tree | 26685a3ce48c06b1f846ad25f8f3b500cde638f7 /astylerc | |
| parent | update to trunk (diff) | |
| parent | Merge LPE bool from Michael Soegtrop (diff) | |
| download | inkscape-e653cfebf985eef47e2a643d4eb6faefb741a848.tar.gz inkscape-e653cfebf985eef47e2a643d4eb6faefb741a848.zip | |
Update to trunk
(bzr r15721)
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 + |
