comparison indenters/uigui_astyle.ini @ 775:6691df78dd5c

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
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Tue, 27 Dec 2011 10:47:33 +0000
parents cc0fc2cd7611
children
comparison
equal deleted inserted replaced
774:344f1b57a985 775:6691df78dd5c
12 outputFileParameter=none 12 outputFileParameter=none
13 parameterOrder=ipo 13 parameterOrder=ipo
14 showHelpParameter=-h 14 showHelpParameter=-h
15 stringparaminquotes=false 15 stringparaminquotes=false
16 useCfgFileParameter="--options=" 16 useCfgFileParameter="--options="
17 version=2.01 17 version=2.02.1
18 18
19 [predefined style] 19 [predefined style]
20 Category=0 20 Category=0
21 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" 21 Choices="-A1|-A2|-A3|-A4|-A5|-A6|-A7|-A8|-A9|-A10|-A11|-A12"
22 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"
22 Description=<html>Sets the general style.</html> 23 Description=<html>Sets the general style.</html>
23 EditorType=multiple 24 EditorType=multiple
24 Enabled=false 25 Enabled=false
25 ValueDefault=2 26 ValueDefault=2
26 27
271 Description=<html>Attach a pointer or reference operator (* or &) to either the variable type (left) or variable name (right), or place it between the type and name. The spacing between the type and name will be preserved, if possible. This option is effective for C/C++ files only.</html> 272 Description=<html>Attach a pointer or reference operator (* or &) to either the variable type (left) or variable name (right), or place it between the type and name. The spacing between the type and name will be preserved, if possible. This option is effective for C/C++ files only.</html>
272 EditorType=multiple 273 EditorType=multiple
273 Enabled=false 274 Enabled=false
274 ValueDefault=0 275 ValueDefault=0
275 276
277 [align-reference]
278 Category=4
279 Choices="--align-reference=type|--align-reference=middle|--align-reference=name"
280 Description=<html>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.</html>
281 EditorType=multiple
282 Enabled=false
283 ValueDefault=0
284
276 [override-language] 285 [override-language]
277 Category=4 286 Category=4
278 Choices="--mode=c|--mode=java|--mode=cs" 287 Choices="--mode=c|--mode=java|--mode=cs"
279 Description=<html>Indent a C or C++ or Java or CSharp file. The option is set from the file extension for each file. You can override the setting with this entry. It allows the formatter to identify language specific syntax such as C classes and C templates.</html> 288 Description=<html>Indent a C or C++ or Java or CSharp file. The option is set from the file extension for each file. You can override the setting with this entry. It allows the formatter to identify language specific syntax such as C classes and C templates.</html>
280 EditorType=multiple 289 EditorType=multiple