summaryrefslogtreecommitdiffstats
path: root/astylerc
diff options
context:
space:
mode:
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
+