# HG changeset patch # User thomas_-_s # Date 1324982853 0 # Node ID 6691df78dd5cee0712ac9723ca080976f3580295 # Parent 344f1b57a985edb094e95e4d4fd0e08157955dda Updated the astyle ini file to support version 2.02.1. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1052 59b1889a-e5ac-428c-b0c7-476e01d41282 diff -r 344f1b57a985 -r 6691df78dd5c indenters/uigui_astyle.ini --- a/indenters/uigui_astyle.ini Tue Dec 27 10:24:41 2011 +0000 +++ b/indenters/uigui_astyle.ini Tue Dec 27 10:47:33 2011 +0000 @@ -14,11 +14,12 @@ showHelpParameter=-h stringparaminquotes=false useCfgFileParameter="--options=" -version=2.01 +version=2.02.1 [predefined style] Category=0 -Choices="--style=allman|--style=ansi|--style=bsd|--style=gnu|--style=java|--style=k/r|--style=linux|--style=stroustrup|--style=whitesmith|--style=banner|--style=horstmann|--style=1tbs" +Choices="-A1|-A2|-A3|-A4|-A5|-A6|-A7|-A8|-A9|-A10|-A11|-A12" +ChoicesReadable="Allman/Ansi/BSD/break style|Java/attach style|Kernighan & Ritchie style|Stroustrup style|Whitesmith style|Banner style|GNU style|Linux style|Horstmann style|One True Brace Style|Pico style|Lisp/Python style" Description=Sets the general style. EditorType=multiple Enabled=false @@ -273,6 +274,14 @@ Enabled=false ValueDefault=0 +[align-reference] +Category=4 +Choices="--align-reference=type|--align-reference=middle|--align-reference=name" +Description=This option will align references separate from pointers. Pointers are not changed by this option. If pointers and references are to be aligned the same, use the previous align-pointer option. The option align-reference=none will not change the reference alignment. The other options are the same as for align-pointer. In the case of a reference to a pointer (*&) with conflicting alignments, the align-pointer value will be used. +EditorType=multiple +Enabled=false +ValueDefault=0 + [override-language] Category=4 Choices="--mode=c|--mode=java|--mode=cs"