[Libreoffice-commits] libvisio.git: Branch 'libvisio-0.0' - 2 commits - astyle.options

Fridrich Å trba fridrich.strba at bluewin.ch
Mon Feb 3 04:42:22 PST 2014


 astyle.options |   12 ++++++++++++
 1 file changed, 12 insertions(+)

New commits:
commit 34abd70d8da0d2f567978df3a770406c737c7928
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Wed Dec 11 09:51:31 2013 +0100

    Allow equal identing of functions
    
    (cherry picked from commit f48d89167a57971fed2bbf55fecf06626ce8772d)

diff --git a/astyle.options b/astyle.options
index 9d46215..806e3e7 100644
--- a/astyle.options
+++ b/astyle.options
@@ -5,6 +5,7 @@ align-pointer=name
 break-closing-brackets
 pad-header
 unpad-paren
+max-instatement-indent=120
 
 # processing options
 recursive
commit 645244af97ef40cfbbd7840431efb9c80855fc3b
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Nov 28 19:00:30 2013 +0100

    add options file for astyle
    
    (cherry picked from commit dbbacaa9c7b7efb00ea9573e12dd189da3075fe6)
    
    Conflicts:
    	HACKING
    
    Change-Id: Ifa12207d6d3bde25af615b293ca1f18c839a3a2f

diff --git a/astyle.options b/astyle.options
new file mode 100644
index 0000000..9d46215
--- /dev/null
+++ b/astyle.options
@@ -0,0 +1,11 @@
+# formatting options
+style=allman
+indent=spaces=2
+align-pointer=name
+break-closing-brackets
+pad-header
+unpad-paren
+
+# processing options
+recursive
+suffix=none


More information about the Libreoffice-commits mailing list