summaryrefslogtreecommitdiffstats
path: root/astylerc
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2017-06-07 11:09:49 +0000
committerjabiertxof <info@marker.es>2017-06-07 11:09:49 +0000
commite653cfebf985eef47e2a643d4eb6faefb741a848 (patch)
tree26685a3ce48c06b1f846ad25f8f3b500cde638f7 /astylerc
parentupdate to trunk (diff)
parentMerge LPE bool from Michael Soegtrop (diff)
downloadinkscape-e653cfebf985eef47e2a643d4eb6faefb741a848.tar.gz
inkscape-e653cfebf985eef47e2a643d4eb6faefb741a848.zip
Update to trunk
(bzr r15721)
Diffstat (limited to 'astylerc')
-rw-r--r--astylerc7
1 files changed, 4 insertions, 3 deletions
diff --git a/astylerc b/astylerc
index c65b74d20..55e466ada 100644
--- a/astylerc
+++ b/astylerc
@@ -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
+