view indenters/uigui_astyle.ini @ 463:cd6ca4a1dc2b

[add] Feature Request ID 1971206 : Now showing by the indenter supported programming languages next to indenter name. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@700 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 26 May 2008 09:47:23 +0000
parents cdfe2e05e7f3
children ce6cd144159d
line wrap: on
line source

[%20header]
categories=Predefined Style|Tab and Bracket|Indentation|Formatting
cfgFileParameterEnding=cr
configFilename=.astylerc
fileTypes=*.cpp|*.c|*.h|*.hpp|*.cs|*.java
indenterFileName=astyle
indenterName=Artistic Style (C, C++, C#, JAVA)
inputFileName=indentinput
inputFileParameter=
manual=http://astyle.sourceforge.net/astyle.html
outputFileName=indentinput
outputFileParameter=none
parameterOrder=ipo
showHelpParameter=-h
stringparaminquotes=false
useCfgFileParameter="--options="
version=1.21

[bracket%20style]
Category=1
Choices="--brackets=break|--brackets=attach|--brackets=linux"
ChoicesReadable=Break brackets|Attach brackets|Break brackets Linux like
Description=<html>Sets the bracket style.</html>
EditorType=multiple
Enabled=false
Value=0
ValueDefault=0

[brackets%3Dbreak-closing]
Category=1
Description=<html>Breaks closing headers from their immediately preceding closing brackets.</html>
EditorType=boolean
TrueFalse="--brackets=break-closing|"
Value=0
ValueDefault=0

[break-blocks]
Category=3
Description=<html>Pad empty lines around header blocks (e.g. 'if' 'while'...). Be sure to read the Supplemental Documentation before using this option.</html>
EditorType=boolean
TrueFalse=--break-blocks|
Value=0
ValueDefault=0

[break-blocks-all]
Category=3
Description=<html>Pad empty lines around header blocks (e.g. 'if' 'while'...). Treat closing header blocks (e.g. 'else' 'catch') as stand-alone blocks. Be sure to read the Supplemental Documentation before using this option.</html>
EditorType=boolean
TrueFalse="--break-blocks=all|"
Value=0
ValueDefault=0

[break-elseifs]
Category=3
Description=<html>Break 'else if()' header combinations into separate lines.</html>
EditorType=boolean
TrueFalse=--break-elseifs|
Value=0
ValueDefault=0

[convert-tabs]
Category=3
Description=<html>Converts tabs into single spaces.</html>
EditorType=boolean
TrueFalse=--convert-tabs|
Value=0
ValueDefault=0

[fill-empty-lines]
Category=3
Description=<html>Fill empty lines with the white space of the previous line</html>
EditorType=boolean
TrueFalse=--fill-empty-lines|
Value=0
ValueDefault=0

[force%20indent%20tab]
CallName="--force-indent=tab="
Category=1
Description="<html>Indent using tab characters. Uses tabs as indents where --indent=tab prefers to use spaces such as inside multi-line statements. </html>"
EditorType=numeric
Enabled=false
MaxVal=20
MinVal=2
Value=4
ValueDefault=4

[indent%20blocks]
Category=2
Description=<html>Add extra indentation to entire blocks.</html>
EditorType=boolean
TrueFalse=--indent-blocks|
Value=0
ValueDefault=0

[indent%20brackets]
Category=2
Description=<html>Add extra indentation to brackets.</html>
EditorType=boolean
TrueFalse=--indent-brackets|
Value=0
ValueDefault=0

[indent%20cases]
Category=2
Description=<html>Indent 'case X:' blocks from the 'case X:' headers. Case statements not enclosed in blocks are NOT indented.</html>
EditorType=boolean
TrueFalse=--indent-cases|
Value=0
ValueDefault=0

[indent%20classes]
Category=2
Description=<html>Indent 'class' blocks so that the headers 'public:' 'protected:' and 'private:' are indented in the class block.</html>
EditorType=boolean
TrueFalse=--indent-classes|
Value=0
ValueDefault=0

[indent%20lables]
Category=2
Description=<html>Add extra indentation to labels so they appear 1 indent less than the current indentation rather than being flushed to the left (the default).</html>
EditorType=boolean
TrueFalse=--indent-labels|
Value=0
ValueDefault=0

[indent%20namespaces]
Category=2
Description=<html>Add extra indentation to namespaces.</html>
EditorType=boolean
TrueFalse=--indent-namespaces|
Value=0
ValueDefault=0

[indent%20preprocessor]
Category=2
Description=<html>Indent multi-line preprocessor definitions. should be used with --convert-tabs for proper results. Does a pretty good job but can not perform miracles in obfuscated preprocessor definitions.</html>
EditorType=boolean
TrueFalse=--indent-preprocessor|
Value=0
ValueDefault=0

[indent%20spaces]
CallName="--indent=spaces="
Category=1
Description=<html>Indent using # spaces per indent</html>
EditorType=numeric
Enabled=false
MaxVal=20
MinVal=2
Value=4
ValueDefault=4

[indent%20switches]
Category=2
Description=<html>Indent 'switch' blocks so that the 'case X:' headers are indented in the switch block.</html>
EditorType=boolean
TrueFalse=--indent-switches|
Value=0
ValueDefault=0

[indent%20tab]
CallName="--indent=tab="
Category=1
Description=<html>Indent using tab characters. Treat each tab as # spaces</html>
EditorType=numeric
Enabled=false
MaxVal=20
MinVal=2
Value=4
ValueDefault=4

[max-instatement-indent]
CallName="--max-instatement-indent="
Category=2
Description=<html>Indent a maximum of # spaces in a continuous statement relative to the previous line.</html>
EditorType=numeric
Enabled=false
MaxVal=79
MinVal=0
Value=40
ValueDefault=40

[min-conditional-indent]
CallName="--min-conditional-indent="
Category=2
Description=<html>Set the minimal indent that is added when a header is built of multiple-lines. This indent makes helps to easily separate the header from the command statements that follow. The default setting for this option is twice the current indent.</html>
EditorType=numeric
Enabled=false
MaxVal=39
MinVal=0
Value=8
ValueDefault=8

[one-line-keep-blocks]
Category=3
Description=<html>Don't break one-line blocks</html>
EditorType=boolean
TrueFalse="--one-line=keep-blocks|"
Value=0
ValueDefault=0

[one-line-keep-statements]
Category=3
Description=<html>Don't break complex statements and multiple statements residing on a single line.</html>
EditorType=boolean
TrueFalse="--one-line=keep-statements|"
Value=0
ValueDefault=0

[override-language]
Category=3
Choices="--mode=c|--mode=java"
Description=<html>Indent a C or C++ or Java 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>
EditorType=multiple
Enabled=false
Value=0
ValueDefault=0

[pad-oper]
Category=3
Description=<html>Insert space padding around operators. Operators inside brackets [] are not padded. Note that there is no option to unpad. Once padded they stay padded.</html>
EditorType=boolean
TrueFalse="--pad=oper|"
Value=0
ValueDefault=0

[pad-paren]
Category=3
Description=<html>Insert space padding around parenthesis on both the outside and the inside.</html>
EditorType=boolean
TrueFalse="--pad=paren|"
Value=0
ValueDefault=0

[pad-paren-in]
Category=3
Description="<html>Insert space padding around parenthesis on the inside only. This can be used with unpad=paren below to remove unwanted spaces.</html>"
EditorType=boolean
TrueFalse="--pad=paren-in|"
Value=0
ValueDefault=0

[pad-paren-out]
Category=3
Description="<html>Insert space padding around parenthesis on the outside only. This can be used with unpad=paren below to remove unwanted spaces.</html>"
EditorType=boolean
TrueFalse="--pad=paren-out|"
Value=0
ValueDefault=0

[predefined%20style]
Category=0
Choices="--style=ansi|--style=gnu|--style=java|--style=kr|--style=linux"
Description=<html>Sets the general style.</html>
EditorType=multiple
Enabled=false
Value=3
ValueDefault=3

[unpad-paren]
Category=3
Description="<html>Remove space padding around parenthesis on the inside and outside. Can be used in combination with the paren padding options pad=paren-out and pad=paren-in above. Only padding that has not been requested by other options will be removed.</html>"
EditorType=boolean
TrueFalse="--unpad=paren|"
Value=0
ValueDefault=0