git.fiddlerwoaroof.com
Browse code

update astylerc

Greg Wiley authored on 19/04/2017 17:27:46
Showing 1 changed files
... ...
@@ -1,4 +1,13 @@
1 1
 # Artistic style configuration for this project
2 2
 
3 3
 --style=linux
4
+--indent-col1-comments
5
+--break-blocks
6
+--pad-first-paren-out
7
+--pad-header
8
+--break-one-line-headers
9
+--add-braces
10
+--close-templates
11
+--max-code-length=76
12
+--align-pointer=name
4 13