annotate indenters/uigui_uncrustify.ini @ 776:f69bf0213445

Updated the uncrustify ini file to support version 0.59 git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1053 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Tue, 27 Dec 2011 10:48:25 +0000
parents 8905d04b2967
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
477
ce6cd144159d Because no values are written back to the uigui ini files anymore since version 0.8.0, the section/group names are no longer reordered nor renamed. So I do not use a "%20" prepended to the section name "[header]".
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 463
diff changeset
1 [header]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2 categories=General options|Indenting|Spacing options|Code alignment (not left column spaces/tabs)|Newline adding and removing options|Positioning options|Line Splitting options|Blank line options|Code modifying options (non-whitespace)|Comment modifications|Preprocessor options
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3 cfgFileParameterEnding=cr
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
4 configFilename=uncrustify.cfg
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
5 fileTypes=*.c|*.cpp|*.d|*.cs|*.vala|*.java|*.pawn|*.p|*.sma|*.inl|*.h|*.cxx|*.hpp|*.hxx|*.cc|*.di|*.m|*.mm|*.sqc|*.es
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
6 indenterFileName=uncrustify
463
cd6ca4a1dc2b [add] Feature Request ID 1971206 : Now showing by the indenter supported programming languages next to indenter name.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 441
diff changeset
7 indenterName=Uncrustify (C, C++, C#, ObjectiveC, D, Java, Pawn, VALA)
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
8 inputFileName=indentinput
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
9 inputFileParameter="-f "
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
10 manual=http://uncrustify.sourceforge.net/config.txt
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
11 outputFileName=indentoutput
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
12 outputFileParameter="-o "
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
13 stringparaminquotes=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
14 parameterOrder=ipo
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
15 showHelpParameter=-h
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
16 stringparaminquotes=false
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
17 useCfgFileParameter="-c "
776
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
18 version=0.59
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
19
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
20 [Newlines]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
21 Category=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
22 Description="<html>The type of line endings</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
23 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
24 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
25 Choices="newlines=lf|newlines=crlf|newlines=cr|newlines=auto"
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
26 ChoicesReadable="Newlines Mac|Newlines Win|Newlines Unix|Newlines Auto"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
27 ValueDefault=3
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
28
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
29 [Input Tab Size]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
30 Category=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
31 Description="<html>The original size of tabs in the input</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
32 Enabled=false
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
33 EditorType=numeric
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
34 CallName="input_tab_size="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
35 MinVal=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
36 MaxVal=32
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
37 ValueDefault=8
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
38
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
39 [Output Tab Size]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
40 Category=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
41 Description="<html>The size of tabs in the output (only used if align_with_tabs=true)</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
42 Enabled=false
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
43 EditorType=numeric
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
44 CallName="output_tab_size="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
45 MinVal=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
46 MaxVal=32
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
47 ValueDefault=8
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
48
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
49 [String Escape Char]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
50 Category=0
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
51 Description="<html>The ASCII value of the string escape char, usually 92 (\) or 94 (^). (Pawn)</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
52 Enabled=false
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
53 EditorType=numeric
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
54 CallName="string_escape_char="
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
55 MinVal=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
56 MaxVal=255
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
57 ValueDefault=92
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
58
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
59 [String Escape Char2]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
60 Category=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
61 Description="<html>Alternate string escape char for Pawn. Only works right before the quote char.</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
62 Enabled=false
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
63 EditorType=numeric
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
64 CallName="string_escape_char2="
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
65 MinVal=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
66 MaxVal=255
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
67 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
68
776
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
69 [Tok Split Gte]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
70 Category=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
71 Description="<html>Allow interpreting '&gt;=' and '&gt;&gt;=' as part of a template in 'void f(list&lt;list&lt;B&gt;&gt;=val);'.<BR>If true (default), 'assert(x&lt;0 &amp;&amp; y&gt;=3)' will be broken.<BR>Improvements to template detection may make this option obsolete.</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
72 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
73 EditorType=boolean
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
74 TrueFalse=tok_split_gte=true|tok_split_gte=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
75 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
76
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
77 [Utf8 Bom]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
78 Category=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
79 Description="<html>Control what to do with the UTF-8 BOM (recommed 'remove')</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
80 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
81 EditorType=multiple
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
82 Choices="utf8_bom=ignore|utf8_bom=add|utf8_bom=remove|utf8_bom=force"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
83 ChoicesReadable="Ignore Utf8 Bom|Add Utf8 Bom|Remove Utf8 Bom|Force Utf8 Bom"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
84 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
85
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
86 [Utf8 Byte]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
87 Category=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
88 Description="<html>If the file only contains chars between 128 and 255 and is not UTF-8, then output as UTF-8</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
89 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
90 EditorType=boolean
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
91 TrueFalse=utf8_byte=true|utf8_byte=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
92 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
93
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
94 [Utf8 Force]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
95 Category=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
96 Description="<html>Force the output encoding to UTF-8</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
97 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
98 EditorType=boolean
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
99 TrueFalse=utf8_force=true|utf8_force=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
100 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
101
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
102 [Indent Columns]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
103 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
104 Description="<html>The number of columns to indent per level.<BR>Usually 2, 3, 4, or 8.</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
105 Enabled=false
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
106 EditorType=numeric
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
107 CallName="indent_columns="
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
108 MinVal=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
109 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
110 ValueDefault=8
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
111
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
112 [Indent Continue]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
113 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
114 Description="<html>The continuation indent. If non-zero, this overrides the indent of '(' and '=' continuation indents.<BR>For FreeBSD, this is set to 4.</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
115 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
116 EditorType=numeric
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
117 CallName="indent_continue="
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
118 MinVal=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
119 MaxVal=16
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
120 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
121
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
122 [Indent With Tabs]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
123 Category=1
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
124 Description="<html>How to use tabs when indenting code<BR>0=spaces only<BR>1=indent with tabs to brace level, align with spaces<BR>2=indent and align with tabs, using spaces when not on a tabstop</html>"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
125 Enabled=true
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
126 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
127 Choices="indent_with_tabs=0|indent_with_tabs=1|indent_with_tabs=2"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
128 ChoicesReadable="Spaces only|Indent with tabs, align with spaces|Indent and align with tabs"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
129 ValueDefault=1
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
130
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
131 [Indent Cmt With Tabs]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
132 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
133 Description="<html>Comments that are not a brace level are indented with tabs on a tabstop.<BR>Requires indent_with_tabs=2. If false, will use spaces.</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
134 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
135 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
136 TrueFalse=indent_cmt_with_tabs=true|indent_cmt_with_tabs=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
137 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
138
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
139 [Indent Align String]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
140 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
141 Description="<html>Whether to indent strings broken by '\' so that they line up</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
142 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
143 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
144 TrueFalse=indent_align_string=true|indent_align_string=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
145 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
146
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
147 [Indent Xml String]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
148 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
149 Description="<html>The number of spaces to indent multi-line XML strings.<BR>Requires indent_align_string=True</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
150 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
151 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
152 CallName="indent_xml_string="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
153 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
154 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
155 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
156
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
157 [Indent Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
158 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
159 Description="<html>Spaces to indent '{' from level</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
160 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
161 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
162 CallName="indent_brace="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
163 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
164 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
165 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
166
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
167 [Indent Braces]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
168 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
169 Description="<html>Whether braces are indented to the body level</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
170 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
171 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
172 TrueFalse=indent_braces=true|indent_braces=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
173 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
174
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
175 [Indent Braces No Func]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
176 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
177 Description="<html>Disabled indenting function braces if indent_braces is true</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
178 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
179 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
180 TrueFalse=indent_braces_no_func=true|indent_braces_no_func=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
181 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
182
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
183 [Indent Braces No Class]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
184 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
185 Description="<html>Disabled indenting class braces if indent_braces is true</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
186 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
187 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
188 TrueFalse=indent_braces_no_class=true|indent_braces_no_class=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
189 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
190
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
191 [Indent Braces No Struct]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
192 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
193 Description="<html>Disabled indenting struct braces if indent_braces is true</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
194 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
195 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
196 TrueFalse=indent_braces_no_struct=true|indent_braces_no_struct=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
197 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
198
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
199 [Indent Brace Parent]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
200 Category=1
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
201 Description="<html>Indent based on the size of the brace parent, i.e. 'if' =&gt; 3 spaces, 'for' =&gt; 4 spaces, etc.</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
202 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
203 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
204 TrueFalse=indent_brace_parent=true|indent_brace_parent=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
205 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
206
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
207 [Indent Namespace]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
208 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
209 Description="<html>Whether the 'namespace' body is indented</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
210 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
211 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
212 TrueFalse=indent_namespace=true|indent_namespace=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
213 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
214
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
215 [Indent Namespace Level]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
216 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
217 Description="<html>The number of spaces to indent a namespace block</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
218 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
219 EditorType=numeric
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
220 CallName="indent_namespace_level="
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
221 MinVal=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
222 MaxVal=16
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
223 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
224
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
225 [Indent Namespace Limit]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
226 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
227 Description="<html>If the body of the namespace is longer than this number, it won't be indented.<BR>Requires indent_namespace=true. Default=0 (no limit)</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
228 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
229 EditorType=numeric
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
230 CallName="indent_namespace_limit="
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
231 MinVal=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
232 MaxVal=255
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
233 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
234
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
235 [Indent Extern]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
236 Category=1
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
237 Description="<html>Whether the 'extern "C"' body is indented</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
238 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
239 EditorType=boolean
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
240 TrueFalse=indent_extern=true|indent_extern=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
241 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
242
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
243 [Indent Class]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
244 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
245 Description="<html>Whether the 'class' body is indented</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
246 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
247 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
248 TrueFalse=indent_class=true|indent_class=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
249 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
250
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
251 [Indent Class Colon]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
252 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
253 Description="<html>Whether to indent the stuff after a leading class colon</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
254 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
255 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
256 TrueFalse=indent_class_colon=true|indent_class_colon=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
257 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
258
776
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
259 [Indent Ctor Init]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
260 Category=1
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
261 Description="<html>Additional indenting for constructor initializer list</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
262 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
263 EditorType=numeric
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
264 CallName="indent_ctor_init="
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
265 MinVal=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
266 MaxVal=16
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
267 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
268
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
269 [Indent Else If]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
270 Category=1
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
271 Description="<html>False=treat 'else\nif' as 'else if' for indenting purposes<BR>True=indent the 'if' one level<BR></html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
272 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
273 EditorType=boolean
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
274 TrueFalse=indent_else_if=true|indent_else_if=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
275 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
276
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
277 [Indent Var Def Blk]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
278 Category=1
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
279 Description="<html>Amount to indent variable declarations after a open brace. neg=relative, pos=absolute</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
280 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
281 EditorType=numeric
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
282 CallName="indent_var_def_blk="
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
283 MinVal=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
284 MaxVal=16
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
285 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
286
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
287 [Indent Var Def Cont]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
288 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
289 Description="<html>Indent continued variable declarations instead of aligning.</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
290 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
291 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
292 TrueFalse=indent_var_def_cont=true|indent_var_def_cont=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
293 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
294
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
295 [Indent Func Call Param]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
296 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
297 Description="<html>True: indent continued function call parameters one indent level<BR>False: align parameters under the open paren</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
298 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
299 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
300 TrueFalse=indent_func_call_param=true|indent_func_call_param=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
301 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
302
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
303 [Indent Func Def Param]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
304 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
305 Description="<html>Same as indent_func_call_param, but for function defs</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
306 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
307 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
308 TrueFalse=indent_func_def_param=true|indent_func_def_param=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
309 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
310
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
311 [Indent Func Proto Param]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
312 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
313 Description="<html>Same as indent_func_call_param, but for function protos</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
314 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
315 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
316 TrueFalse=indent_func_proto_param=true|indent_func_proto_param=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
317 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
318
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
319 [Indent Func Class Param]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
320 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
321 Description="<html>Same as indent_func_call_param, but for class declarations</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
322 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
323 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
324 TrueFalse=indent_func_class_param=true|indent_func_class_param=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
325 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
326
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
327 [Indent Func Ctor Var Param]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
328 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
329 Description="<html>Same as indent_func_call_param, but for class variable constructors</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
330 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
331 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
332 TrueFalse=indent_func_ctor_var_param=true|indent_func_ctor_var_param=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
333 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
334
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
335 [Indent Template Param]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
336 Category=1
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
337 Description="<html>Same as indent_func_call_param, but for templates</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
338 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
339 EditorType=boolean
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
340 TrueFalse=indent_template_param=true|indent_template_param=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
341 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
342
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
343 [Indent Func Param Double]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
344 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
345 Description="<html>Double the indent for indent_func_xxx_param options</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
346 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
347 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
348 TrueFalse=indent_func_param_double=true|indent_func_param_double=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
349 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
350
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
351 [Indent Func Const]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
352 Category=1
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
353 Description="<html>Indentation column for standalone 'const' function decl/proto qualifier</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
354 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
355 EditorType=numeric
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
356 CallName="indent_func_const="
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
357 MinVal=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
358 MaxVal=16
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
359 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
360
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
361 [Indent Func Throw]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
362 Category=1
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
363 Description="<html>Indentation column for standalone 'throw' function decl/proto qualifier</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
364 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
365 EditorType=numeric
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
366 CallName="indent_func_throw="
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
367 MinVal=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
368 MaxVal=16
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
369 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
370
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
371 [Indent Member]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
372 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
373 Description="<html>The number of spaces to indent a continued '-&gt;' or '.'<BR>Usually set to 0, 1, or indent_columns.</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
374 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
375 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
376 CallName="indent_member="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
377 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
378 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
379 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
380
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
381 [Indent Sing Line Comments]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
382 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
383 Description="<html>Spaces to indent single line ('//') comments on lines before code</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
384 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
385 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
386 CallName="indent_sing_line_comments="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
387 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
388 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
389 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
390
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
391 [Indent Relative Single Line Comments]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
392 Category=1
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
393 Description="<html>If set, will indent trailing single line ('//') comments relative<BR>to the code instead of trying to keep the same absolute column</html>"
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
394 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
395 EditorType=boolean
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
396 TrueFalse=indent_relative_single_line_comments=true|indent_relative_single_line_comments=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
397 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
398
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
399 [Indent Switch Case]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
400 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
401 Description="<html>Spaces to indent 'case' from 'switch'<BR>Usually 0 or indent_columns.</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
402 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
403 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
404 CallName="indent_switch_case="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
405 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
406 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
407 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
408
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
409 [Indent Case Shift]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
410 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
411 Description="<html>Spaces to shift the 'case' line, without affecting any other lines<BR>Usually 0.</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
412 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
413 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
414 CallName="indent_case_shift="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
415 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
416 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
417 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
418
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
419 [Indent Case Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
420 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
421 Description="<html>Spaces to indent '{' from 'case'.<BR>By default, the brace will appear under the 'c' in case.<BR>Usually set to 0 or indent_columns.</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
422 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
423 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
424 CallName="indent_case_brace="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
425 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
426 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
427 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
428
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
429 [Indent Col1 Comment]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
430 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
431 Description="<html>Whether to indent comments found in first column</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
432 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
433 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
434 TrueFalse=indent_col1_comment=true|indent_col1_comment=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
435 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
436
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
437 [Indent Label]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
438 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
439 Description="<html>How to indent goto labels<BR> &gt;0 : absolute column where 1 is the leftmost column<BR> &lt;=0 : subtract from brace indent</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
440 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
441 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
442 CallName="indent_label="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
443 MinVal=-16
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
444 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
445 ValueDefault=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
446
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
447 [Indent Access Spec]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
448 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
449 Description="<html>Same as indent_label, but for access specifiers that are followed by a colon</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
450 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
451 EditorType=numeric
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
452 CallName="indent_access_spec="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
453 MinVal=-16
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
454 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
455 ValueDefault=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
456
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
457 [Indent Access Spec Body]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
458 Category=1
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
459 Description="<html>Indent the code after an access specifier by one level.<BR>If set, this option forces 'indent_access_spec=0'</html>"
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
460 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
461 EditorType=boolean
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
462 TrueFalse=indent_access_spec_body=true|indent_access_spec_body=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
463 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
464
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
465 [Indent Paren Nl]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
466 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
467 Description="<html>If an open paren is followed by a newline, indent the next line so that it lines up after the open paren (not recommended)</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
468 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
469 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
470 TrueFalse=indent_paren_nl=true|indent_paren_nl=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
471 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
472
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
473 [Indent Paren Close]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
474 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
475 Description="<html>Controls the indent of a close paren after a newline.<BR>0: Indent to body level<BR>1: Align under the open paren<BR>2: Indent to the brace level</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
476 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
477 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
478 CallName="indent_paren_close="
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
479 MinVal=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
480 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
481 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
482
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
483 [Indent Comma Paren]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
484 Category=1
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
485 Description="<html>Controls the indent of a comma when inside a paren.If TRUE, aligns under the open paren</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
486 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
487 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
488 TrueFalse=indent_comma_paren=true|indent_comma_paren=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
489 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
490
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
491 [Indent Bool Paren]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
492 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
493 Description="<html>Controls the indent of a BOOL operator when inside a paren.If TRUE, aligns under the open paren</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
494 Enabled=false
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
495 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
496 TrueFalse=indent_bool_paren=true|indent_bool_paren=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
497 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
498
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
499 [Indent First Bool Expr]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
500 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
501 Description="<html>If 'indent_bool_paren' is true, controls the indent of the first expression. If TRUE, aligns the first expression to the following ones</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
502 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
503 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
504 TrueFalse=indent_first_bool_expr=true|indent_first_bool_expr=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
505 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
506
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
507 [Indent Square Nl]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
508 Category=1
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
509 Description="<html>If an open square is followed by a newline, indent the next line so that it lines up after the open square (not recommended)</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
510 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
511 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
512 TrueFalse=indent_square_nl=true|indent_square_nl=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
513 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
514
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
515 [Indent Preserve Sql]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
516 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
517 Description="<html>Don't change the relative indent of ESQL/C 'EXEC SQL' bodies</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
518 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
519 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
520 TrueFalse=indent_preserve_sql=true|indent_preserve_sql=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
521 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
522
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
523 [Indent Align Assign]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
524 Category=1
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
525 Description="<html>Align continued statements at the '='. Default=True<BR>If FALSE or the '=' is followed by a newline, the next line is indent one tab.</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
526 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
527 EditorType=boolean
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
528 TrueFalse=indent_align_assign=true|indent_align_assign=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
529 ValueDefault=1
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
530
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
531 [Sp Arith]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
532 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
533 Description="<html>Add or remove space around arithmetic operator '+', '-', '/', '*', etc</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
534 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
535 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
536 Choices="sp_arith=ignore|sp_arith=add|sp_arith=remove|sp_arith=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
537 ChoicesReadable="Ignore Sp Arith|Add Sp Arith|Remove Sp Arith|Force Sp Arith"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
538 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
539
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
540 [Sp Assign]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
541 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
542 Description="<html>Add or remove space around assignment operator '=', '+=', etc</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
543 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
544 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
545 Choices="sp_assign=ignore|sp_assign=add|sp_assign=remove|sp_assign=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
546 ChoicesReadable="Ignore Sp Assign|Add Sp Assign|Remove Sp Assign|Force Sp Assign"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
547 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
548
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
549 [Sp Assign Default]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
550 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
551 Description="<html>Add or remove space around assignment operator '=' in a prototype</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
552 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
553 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
554 Choices="sp_assign_default=ignore|sp_assign_default=add|sp_assign_default=remove|sp_assign_default=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
555 ChoicesReadable="Ignore Sp Assign Default|Add Sp Assign Default|Remove Sp Assign Default|Force Sp Assign Default"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
556 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
557
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
558 [Sp Before Assign]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
559 Category=2
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
560 Description="<html>Add or remove space before assignment operator '=', '+=', etc. Overrides sp_assign.</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
561 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
562 EditorType=multiple
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
563 Choices="sp_before_assign=ignore|sp_before_assign=add|sp_before_assign=remove|sp_before_assign=force"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
564 ChoicesReadable="Ignore Sp Before Assign|Add Sp Before Assign|Remove Sp Before Assign|Force Sp Before Assign"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
565 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
566
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
567 [Sp After Assign]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
568 Category=2
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
569 Description="<html>Add or remove space after assignment operator '=', '+=', etc. Overrides sp_assign.</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
570 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
571 EditorType=multiple
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
572 Choices="sp_after_assign=ignore|sp_after_assign=add|sp_after_assign=remove|sp_after_assign=force"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
573 ChoicesReadable="Ignore Sp After Assign|Add Sp After Assign|Remove Sp After Assign|Force Sp After Assign"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
574 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
575
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
576 [Sp Enum Assign]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
577 Category=2
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
578 Description="<html>Add or remove space around assignment '=' in enum</html>"
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
579 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
580 EditorType=multiple
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
581 Choices="sp_enum_assign=ignore|sp_enum_assign=add|sp_enum_assign=remove|sp_enum_assign=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
582 ChoicesReadable="Ignore Sp Enum Assign|Add Sp Enum Assign|Remove Sp Enum Assign|Force Sp Enum Assign"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
583 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
584
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
585 [Sp Enum Before Assign]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
586 Category=2
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
587 Description="<html>Add or remove space before assignment '=' in enum. Overrides sp_enum_assign.</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
588 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
589 EditorType=multiple
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
590 Choices="sp_enum_before_assign=ignore|sp_enum_before_assign=add|sp_enum_before_assign=remove|sp_enum_before_assign=force"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
591 ChoicesReadable="Ignore Sp Enum Before Assign|Add Sp Enum Before Assign|Remove Sp Enum Before Assign|Force Sp Enum Before Assign"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
592 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
593
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
594 [Sp Enum After Assign]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
595 Category=2
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
596 Description="<html>Add or remove space after assignment '=' in enum. Overrides sp_enum_assign.</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
597 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
598 EditorType=multiple
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
599 Choices="sp_enum_after_assign=ignore|sp_enum_after_assign=add|sp_enum_after_assign=remove|sp_enum_after_assign=force"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
600 ChoicesReadable="Ignore Sp Enum After Assign|Add Sp Enum After Assign|Remove Sp Enum After Assign|Force Sp Enum After Assign"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
601 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
602
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
603 [Sp Pp Concat]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
604 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
605 Description="<html>Add or remove space around preprocessor '##' concatenation operator. Default=Add</html>"
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
606 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
607 EditorType=multiple
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
608 Choices="sp_pp_concat=ignore|sp_pp_concat=add|sp_pp_concat=remove|sp_pp_concat=force"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
609 ChoicesReadable="Ignore Sp Pp Concat|Add Sp Pp Concat|Remove Sp Pp Concat|Force Sp Pp Concat"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
610 ValueDefault=1
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
611
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
612 [Sp Pp Stringify]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
613 Category=2
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
614 Description="<html>Add or remove space after preprocessor '#' stringify operator. Also affects the '#@' charizing operator. Default=Add</html>"
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
615 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
616 EditorType=multiple
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
617 Choices="sp_pp_stringify=ignore|sp_pp_stringify=add|sp_pp_stringify=remove|sp_pp_stringify=force"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
618 ChoicesReadable="Ignore Sp Pp Stringify|Add Sp Pp Stringify|Remove Sp Pp Stringify|Force Sp Pp Stringify"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
619 ValueDefault=1
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
620
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
621 [Sp Bool]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
622 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
623 Description="<html>Add or remove space around boolean operators '&amp;&amp;' and '||'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
624 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
625 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
626 Choices="sp_bool=ignore|sp_bool=add|sp_bool=remove|sp_bool=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
627 ChoicesReadable="Ignore Sp Bool|Add Sp Bool|Remove Sp Bool|Force Sp Bool"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
628 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
629
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
630 [Sp Compare]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
631 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
632 Description="<html>Add or remove space around compare operator '&lt;', '&gt;', '==', etc</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
633 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
634 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
635 Choices="sp_compare=ignore|sp_compare=add|sp_compare=remove|sp_compare=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
636 ChoicesReadable="Ignore Sp Compare|Add Sp Compare|Remove Sp Compare|Force Sp Compare"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
637 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
638
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
639 [Sp Inside Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
640 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
641 Description="<html>Add or remove space inside '(' and ')'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
642 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
643 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
644 Choices="sp_inside_paren=ignore|sp_inside_paren=add|sp_inside_paren=remove|sp_inside_paren=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
645 ChoicesReadable="Ignore Sp Inside Paren|Add Sp Inside Paren|Remove Sp Inside Paren|Force Sp Inside Paren"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
646 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
647
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
648 [Sp Paren Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
649 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
650 Description="<html>Add or remove space between nested parens</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
651 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
652 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
653 Choices="sp_paren_paren=ignore|sp_paren_paren=add|sp_paren_paren=remove|sp_paren_paren=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
654 ChoicesReadable="Ignore Sp Paren Paren|Add Sp Paren Paren|Remove Sp Paren Paren|Force Sp Paren Paren"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
655 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
656
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
657 [Sp Balance Nested Parens]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
658 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
659 Description="<html>Whether to balance spaces inside nested parens</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
660 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
661 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
662 TrueFalse=sp_balance_nested_parens=true|sp_balance_nested_parens=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
663 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
664
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
665 [Sp Paren Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
666 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
667 Description="<html>Add or remove space between ')' and '{'</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
668 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
669 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
670 Choices="sp_paren_brace=ignore|sp_paren_brace=add|sp_paren_brace=remove|sp_paren_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
671 ChoicesReadable="Ignore Sp Paren Brace|Add Sp Paren Brace|Remove Sp Paren Brace|Force Sp Paren Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
672 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
673
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
674 [Sp Before Ptr Star]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
675 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
676 Description="<html>Add or remove space before pointer star '*'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
677 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
678 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
679 Choices="sp_before_ptr_star=ignore|sp_before_ptr_star=add|sp_before_ptr_star=remove|sp_before_ptr_star=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
680 ChoicesReadable="Ignore Sp Before Ptr Star|Add Sp Before Ptr Star|Remove Sp Before Ptr Star|Force Sp Before Ptr Star"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
681 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
682
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
683 [Sp Before Unnamed Ptr Star]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
684 Category=2
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
685 Description="<html>Add or remove space before pointer star '*' that isn't followed by a variable name<BR>If set to 'ignore', sp_before_ptr_star is used instead.</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
686 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
687 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
688 Choices="sp_before_unnamed_ptr_star=ignore|sp_before_unnamed_ptr_star=add|sp_before_unnamed_ptr_star=remove|sp_before_unnamed_ptr_star=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
689 ChoicesReadable="Ignore Sp Before Unnamed Ptr Star|Add Sp Before Unnamed Ptr Star|Remove Sp Before Unnamed Ptr Star|Force Sp Before Unnamed Ptr Star"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
690 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
691
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
692 [Sp Between Ptr Star]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
693 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
694 Description="<html>Add or remove space between pointer stars '*'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
695 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
696 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
697 Choices="sp_between_ptr_star=ignore|sp_between_ptr_star=add|sp_between_ptr_star=remove|sp_between_ptr_star=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
698 ChoicesReadable="Ignore Sp Between Ptr Star|Add Sp Between Ptr Star|Remove Sp Between Ptr Star|Force Sp Between Ptr Star"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
699 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
700
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
701 [Sp After Ptr Star]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
702 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
703 Description="<html>Add or remove space after pointer star '*', if followed by a word.</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
704 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
705 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
706 Choices="sp_after_ptr_star=ignore|sp_after_ptr_star=add|sp_after_ptr_star=remove|sp_after_ptr_star=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
707 ChoicesReadable="Ignore Sp After Ptr Star|Add Sp After Ptr Star|Remove Sp After Ptr Star|Force Sp After Ptr Star"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
708 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
709
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
710 [Sp After Ptr Star Func]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
711 Category=2
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
712 Description="<html>Add or remove space after a pointer star '*', if followed by a func proto/def.</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
713 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
714 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
715 Choices="sp_after_ptr_star_func=ignore|sp_after_ptr_star_func=add|sp_after_ptr_star_func=remove|sp_after_ptr_star_func=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
716 ChoicesReadable="Ignore Sp After Ptr Star Func|Add Sp After Ptr Star Func|Remove Sp After Ptr Star Func|Force Sp After Ptr Star Func"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
717 ValueDefault=0
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
718
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
719 [Sp Before Ptr Star Func]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
720 Category=2
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
721 Description="<html>Add or remove space before a pointer star '*', if followed by a func proto/def.</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
722 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
723 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
724 Choices="sp_before_ptr_star_func=ignore|sp_before_ptr_star_func=add|sp_before_ptr_star_func=remove|sp_before_ptr_star_func=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
725 ChoicesReadable="Ignore Sp Before Ptr Star Func|Add Sp Before Ptr Star Func|Remove Sp Before Ptr Star Func|Force Sp Before Ptr Star Func"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
726 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
727
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
728 [Sp Before Byref]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
729 Category=2
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
730 Description="<html>Add or remove space before a reference sign '&amp;'</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
731 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
732 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
733 Choices="sp_before_byref=ignore|sp_before_byref=add|sp_before_byref=remove|sp_before_byref=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
734 ChoicesReadable="Ignore Sp Before Byref|Add Sp Before Byref|Remove Sp Before Byref|Force Sp Before Byref"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
735 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
736
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
737 [Sp Before Unnamed Byref]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
738 Category=2
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
739 Description="<html>Add or remove space before a reference sign '&amp;' that isn't followed by a variable name<BR>If set to 'ignore', sp_before_byref is used instead.</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
740 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
741 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
742 Choices="sp_before_unnamed_byref=ignore|sp_before_unnamed_byref=add|sp_before_unnamed_byref=remove|sp_before_unnamed_byref=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
743 ChoicesReadable="Ignore Sp Before Unnamed Byref|Add Sp Before Unnamed Byref|Remove Sp Before Unnamed Byref|Force Sp Before Unnamed Byref"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
744 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
745
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
746 [Sp After Byref]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
747 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
748 Description="<html>Add or remove space after reference sign '&amp;', if followed by a word.</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
749 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
750 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
751 Choices="sp_after_byref=ignore|sp_after_byref=add|sp_after_byref=remove|sp_after_byref=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
752 ChoicesReadable="Ignore Sp After Byref|Add Sp After Byref|Remove Sp After Byref|Force Sp After Byref"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
753 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
754
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
755 [Sp After Byref Func]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
756 Category=2
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
757 Description="<html>Add or remove space after a reference sign '&amp;', if followed by a func proto/def.</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
758 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
759 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
760 Choices="sp_after_byref_func=ignore|sp_after_byref_func=add|sp_after_byref_func=remove|sp_after_byref_func=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
761 ChoicesReadable="Ignore Sp After Byref Func|Add Sp After Byref Func|Remove Sp After Byref Func|Force Sp After Byref Func"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
762 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
763
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
764 [Sp Before Byref Func]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
765 Category=2
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
766 Description="<html>Add or remove space before a reference sign '&amp;', if followed by a func proto/def.</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
767 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
768 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
769 Choices="sp_before_byref_func=ignore|sp_before_byref_func=add|sp_before_byref_func=remove|sp_before_byref_func=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
770 ChoicesReadable="Ignore Sp Before Byref Func|Add Sp Before Byref Func|Remove Sp Before Byref Func|Force Sp Before Byref Func"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
771 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
772
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
773 [Sp After Type]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
774 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
775 Description="<html>Add or remove space between type and word. Default=Force</html>"
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
776 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
777 EditorType=multiple
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
778 Choices="sp_after_type=ignore|sp_after_type=add|sp_after_type=remove|sp_after_type=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
779 ChoicesReadable="Ignore Sp After Type|Add Sp After Type|Remove Sp After Type|Force Sp After Type"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
780 ValueDefault=3
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
781
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
782 [Sp Template Angle]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
783 Category=2
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
784 Description="<html>Add or remove space in 'template &lt;' vs 'template&lt;'.<BR>If set to ignore, sp_before_angle is used.</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
785 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
786 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
787 Choices="sp_template_angle=ignore|sp_template_angle=add|sp_template_angle=remove|sp_template_angle=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
788 ChoicesReadable="Ignore Sp Template Angle|Add Sp Template Angle|Remove Sp Template Angle|Force Sp Template Angle"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
789 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
790
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
791 [Sp Before Angle]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
792 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
793 Description="<html>Add or remove space before '&lt;&gt;'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
794 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
795 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
796 Choices="sp_before_angle=ignore|sp_before_angle=add|sp_before_angle=remove|sp_before_angle=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
797 ChoicesReadable="Ignore Sp Before Angle|Add Sp Before Angle|Remove Sp Before Angle|Force Sp Before Angle"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
798 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
799
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
800 [Sp Inside Angle]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
801 Category=2
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
802 Description="<html>Add or remove space inside '&lt;' and '&gt;'</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
803 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
804 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
805 Choices="sp_inside_angle=ignore|sp_inside_angle=add|sp_inside_angle=remove|sp_inside_angle=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
806 ChoicesReadable="Ignore Sp Inside Angle|Add Sp Inside Angle|Remove Sp Inside Angle|Force Sp Inside Angle"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
807 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
808
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
809 [Sp After Angle]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
810 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
811 Description="<html>Add or remove space after '&lt;&gt;'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
812 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
813 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
814 Choices="sp_after_angle=ignore|sp_after_angle=add|sp_after_angle=remove|sp_after_angle=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
815 ChoicesReadable="Ignore Sp After Angle|Add Sp After Angle|Remove Sp After Angle|Force Sp After Angle"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
816 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
817
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
818 [Sp Angle Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
819 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
820 Description="<html>Add or remove space between '&lt;&gt;' and '(' as found in 'new List&lt;byte&gt;();'</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
821 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
822 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
823 Choices="sp_angle_paren=ignore|sp_angle_paren=add|sp_angle_paren=remove|sp_angle_paren=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
824 ChoicesReadable="Ignore Sp Angle Paren|Add Sp Angle Paren|Remove Sp Angle Paren|Force Sp Angle Paren"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
825 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
826
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
827 [Sp Angle Word]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
828 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
829 Description="<html>Add or remove space between '&lt;&gt;' and a word as in 'List&lt;byte&gt; m;'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
830 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
831 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
832 Choices="sp_angle_word=ignore|sp_angle_word=add|sp_angle_word=remove|sp_angle_word=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
833 ChoicesReadable="Ignore Sp Angle Word|Add Sp Angle Word|Remove Sp Angle Word|Force Sp Angle Word"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
834 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
835
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
836 [Sp Angle Shift]
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
837 Category=2
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
838 Description="<html>Add or remove space between '&gt;' and '&gt;' in '&gt;&gt;' (template stuff C++/C# only). Default=Add</html>"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
839 Enabled=false
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
840 EditorType=multiple
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
841 Choices="sp_angle_shift=ignore|sp_angle_shift=add|sp_angle_shift=remove|sp_angle_shift=force"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
842 ChoicesReadable="Ignore Sp Angle Shift|Add Sp Angle Shift|Remove Sp Angle Shift|Force Sp Angle Shift"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
843 ValueDefault=1
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
844
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
845 [Sp Before Sparen]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
846 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
847 Description="<html>Add or remove space before '(' of 'if', 'for', 'switch', and 'while'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
848 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
849 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
850 Choices="sp_before_sparen=ignore|sp_before_sparen=add|sp_before_sparen=remove|sp_before_sparen=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
851 ChoicesReadable="Ignore Sp Before Sparen|Add Sp Before Sparen|Remove Sp Before Sparen|Force Sp Before Sparen"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
852 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
853
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
854 [Sp Inside Sparen]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
855 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
856 Description="<html>Add or remove space inside if-condition '(' and ')'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
857 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
858 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
859 Choices="sp_inside_sparen=ignore|sp_inside_sparen=add|sp_inside_sparen=remove|sp_inside_sparen=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
860 ChoicesReadable="Ignore Sp Inside Sparen|Add Sp Inside Sparen|Remove Sp Inside Sparen|Force Sp Inside Sparen"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
861 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
862
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
863 [Sp Inside Sparen Close]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
864 Category=2
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
865 Description="<html>Add or remove space before if-condition ')'. Overrides sp_inside_sparen.</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
866 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
867 EditorType=multiple
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
868 Choices="sp_inside_sparen_close=ignore|sp_inside_sparen_close=add|sp_inside_sparen_close=remove|sp_inside_sparen_close=force"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
869 ChoicesReadable="Ignore Sp Inside Sparen Close|Add Sp Inside Sparen Close|Remove Sp Inside Sparen Close|Force Sp Inside Sparen Close"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
870 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
871
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
872 [Sp After Sparen]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
873 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
874 Description="<html>Add or remove space after ')' of 'if', 'for', 'switch', and 'while'</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
875 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
876 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
877 Choices="sp_after_sparen=ignore|sp_after_sparen=add|sp_after_sparen=remove|sp_after_sparen=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
878 ChoicesReadable="Ignore Sp After Sparen|Add Sp After Sparen|Remove Sp After Sparen|Force Sp After Sparen"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
879 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
880
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
881 [Sp Sparen Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
882 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
883 Description="<html>Add or remove space between ')' and '{' of 'if', 'for', 'switch', and 'while'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
884 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
885 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
886 Choices="sp_sparen_brace=ignore|sp_sparen_brace=add|sp_sparen_brace=remove|sp_sparen_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
887 ChoicesReadable="Ignore Sp Sparen Brace|Add Sp Sparen Brace|Remove Sp Sparen Brace|Force Sp Sparen Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
888 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
889
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
890 [Sp Invariant Paren]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
891 Category=2
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
892 Description="<html>Add or remove space between 'invariant' and '(' in the D language.</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
893 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
894 EditorType=multiple
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
895 Choices="sp_invariant_paren=ignore|sp_invariant_paren=add|sp_invariant_paren=remove|sp_invariant_paren=force"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
896 ChoicesReadable="Ignore Sp Invariant Paren|Add Sp Invariant Paren|Remove Sp Invariant Paren|Force Sp Invariant Paren"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
897 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
898
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
899 [Sp After Invariant Paren]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
900 Category=2
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
901 Description="<html>Add or remove space after the ')' in 'invariant (C) c' in the D language.</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
902 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
903 EditorType=multiple
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
904 Choices="sp_after_invariant_paren=ignore|sp_after_invariant_paren=add|sp_after_invariant_paren=remove|sp_after_invariant_paren=force"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
905 ChoicesReadable="Ignore Sp After Invariant Paren|Add Sp After Invariant Paren|Remove Sp After Invariant Paren|Force Sp After Invariant Paren"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
906 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
907
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
908 [Sp Special Semi]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
909 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
910 Description="<html>Add or remove space before empty statement ';' on 'if', 'for' and 'while'</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
911 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
912 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
913 Choices="sp_special_semi=ignore|sp_special_semi=add|sp_special_semi=remove|sp_special_semi=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
914 ChoicesReadable="Ignore Sp Special Semi|Add Sp Special Semi|Remove Sp Special Semi|Force Sp Special Semi"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
915 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
916
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
917 [Sp Before Semi]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
918 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
919 Description="<html>Add or remove space before ';'. Default=Remove</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
920 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
921 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
922 Choices="sp_before_semi=ignore|sp_before_semi=add|sp_before_semi=remove|sp_before_semi=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
923 ChoicesReadable="Ignore Sp Before Semi|Add Sp Before Semi|Remove Sp Before Semi|Force Sp Before Semi"
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
924 ValueDefault=2
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
925
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
926 [Sp Before Semi For]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
927 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
928 Description="<html>Add or remove space before ';' in non-empty 'for' statements</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
929 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
930 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
931 Choices="sp_before_semi_for=ignore|sp_before_semi_for=add|sp_before_semi_for=remove|sp_before_semi_for=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
932 ChoicesReadable="Ignore Sp Before Semi For|Add Sp Before Semi For|Remove Sp Before Semi For|Force Sp Before Semi For"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
933 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
934
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
935 [Sp Before Semi For Empty]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
936 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
937 Description="<html>Add or remove space before a semicolon of an empty part of a for statement.</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
938 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
939 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
940 Choices="sp_before_semi_for_empty=ignore|sp_before_semi_for_empty=add|sp_before_semi_for_empty=remove|sp_before_semi_for_empty=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
941 ChoicesReadable="Ignore Sp Before Semi For Empty|Add Sp Before Semi For Empty|Remove Sp Before Semi For Empty|Force Sp Before Semi For Empty"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
942 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
943
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
944 [Sp After Semi]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
945 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
946 Description="<html>Add or remove space after ';', except when followed by a comment. Default=Add</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
947 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
948 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
949 Choices="sp_after_semi=ignore|sp_after_semi=add|sp_after_semi=remove|sp_after_semi=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
950 ChoicesReadable="Ignore Sp After Semi|Add Sp After Semi|Remove Sp After Semi|Force Sp After Semi"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
951 ValueDefault=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
952
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
953 [Sp After Semi For]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
954 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
955 Description="<html>Add or remove space after ';' in non-empty 'for' statements. Default=Force</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
956 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
957 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
958 Choices="sp_after_semi_for=ignore|sp_after_semi_for=add|sp_after_semi_for=remove|sp_after_semi_for=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
959 ChoicesReadable="Ignore Sp After Semi For|Add Sp After Semi For|Remove Sp After Semi For|Force Sp After Semi For"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
960 ValueDefault=3
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
961
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
962 [Sp After Semi For Empty]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
963 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
964 Description="<html>Add or remove space after the final semicolon of an empty part of a for statement: for ( ; ; &lt;here&gt; ).</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
965 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
966 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
967 Choices="sp_after_semi_for_empty=ignore|sp_after_semi_for_empty=add|sp_after_semi_for_empty=remove|sp_after_semi_for_empty=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
968 ChoicesReadable="Ignore Sp After Semi For Empty|Add Sp After Semi For Empty|Remove Sp After Semi For Empty|Force Sp After Semi For Empty"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
969 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
970
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
971 [Sp Before Square]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
972 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
973 Description="<html>Add or remove space before '[' (except '[]')</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
974 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
975 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
976 Choices="sp_before_square=ignore|sp_before_square=add|sp_before_square=remove|sp_before_square=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
977 ChoicesReadable="Ignore Sp Before Square|Add Sp Before Square|Remove Sp Before Square|Force Sp Before Square"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
978 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
979
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
980 [Sp Before Squares]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
981 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
982 Description="<html>Add or remove space before '[]'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
983 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
984 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
985 Choices="sp_before_squares=ignore|sp_before_squares=add|sp_before_squares=remove|sp_before_squares=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
986 ChoicesReadable="Ignore Sp Before Squares|Add Sp Before Squares|Remove Sp Before Squares|Force Sp Before Squares"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
987 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
988
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
989 [Sp Inside Square]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
990 Category=2
776
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
991 Description="<html>Add or remove space inside a non-empty '[' and ']'</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
992 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
993 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
994 Choices="sp_inside_square=ignore|sp_inside_square=add|sp_inside_square=remove|sp_inside_square=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
995 ChoicesReadable="Ignore Sp Inside Square|Add Sp Inside Square|Remove Sp Inside Square|Force Sp Inside Square"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
996 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
997
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
998 [Sp After Comma]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
999 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1000 Description="<html>Add or remove space after ','</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1001 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1002 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1003 Choices="sp_after_comma=ignore|sp_after_comma=add|sp_after_comma=remove|sp_after_comma=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1004 ChoicesReadable="Ignore Sp After Comma|Add Sp After Comma|Remove Sp After Comma|Force Sp After Comma"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1005 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1006
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1007 [Sp Before Comma]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1008 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1009 Description="<html>Add or remove space before ','</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1010 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1011 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1012 Choices="sp_before_comma=ignore|sp_before_comma=add|sp_before_comma=remove|sp_before_comma=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1013 ChoicesReadable="Ignore Sp Before Comma|Add Sp Before Comma|Remove Sp Before Comma|Force Sp Before Comma"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1014 ValueDefault=2
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1015
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1016 [Sp Paren Comma]
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1017 Category=2
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1018 Description="<html>Add or remove space between an open paren and comma: '(,' vs '( ,'<BR></html>"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1019 Enabled=false
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1020 EditorType=multiple
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1021 Choices="sp_paren_comma=ignore|sp_paren_comma=add|sp_paren_comma=remove|sp_paren_comma=force"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1022 ChoicesReadable="Ignore Sp Paren Comma|Add Sp Paren Comma|Remove Sp Paren Comma|Force Sp Paren Comma"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1023 ValueDefault=3
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1024
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1025 [Sp Before Ellipsis]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1026 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1027 Description="<html>Add or remove space before the variadic '...' when preceded by a non-punctuator</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1028 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1029 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1030 Choices="sp_before_ellipsis=ignore|sp_before_ellipsis=add|sp_before_ellipsis=remove|sp_before_ellipsis=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1031 ChoicesReadable="Ignore Sp Before Ellipsis|Add Sp Before Ellipsis|Remove Sp Before Ellipsis|Force Sp Before Ellipsis"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1032 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1033
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1034 [Sp After Class Colon]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1035 Category=2
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1036 Description="<html>Add or remove space after class ':'</html>"
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1037 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1038 EditorType=multiple
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1039 Choices="sp_after_class_colon=ignore|sp_after_class_colon=add|sp_after_class_colon=remove|sp_after_class_colon=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1040 ChoicesReadable="Ignore Sp After Class Colon|Add Sp After Class Colon|Remove Sp After Class Colon|Force Sp After Class Colon"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1041 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1042
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1043 [Sp Before Class Colon]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1044 Category=2
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1045 Description="<html>Add or remove space before class ':'</html>"
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1046 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1047 EditorType=multiple
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1048 Choices="sp_before_class_colon=ignore|sp_before_class_colon=add|sp_before_class_colon=remove|sp_before_class_colon=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1049 ChoicesReadable="Ignore Sp Before Class Colon|Add Sp Before Class Colon|Remove Sp Before Class Colon|Force Sp Before Class Colon"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1050 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1051
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1052 [Sp Before Case Colon]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1053 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1054 Description="<html>Add or remove space before case ':'. Default=Remove</html>"
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1055 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1056 EditorType=multiple
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1057 Choices="sp_before_case_colon=ignore|sp_before_case_colon=add|sp_before_case_colon=remove|sp_before_case_colon=force"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1058 ChoicesReadable="Ignore Sp Before Case Colon|Add Sp Before Case Colon|Remove Sp Before Case Colon|Force Sp Before Case Colon"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1059 ValueDefault=2
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1060
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1061 [Sp After Operator]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1062 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1063 Description="<html>Add or remove space between 'operator' and operator sign</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1064 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1065 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1066 Choices="sp_after_operator=ignore|sp_after_operator=add|sp_after_operator=remove|sp_after_operator=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1067 ChoicesReadable="Ignore Sp After Operator|Add Sp After Operator|Remove Sp After Operator|Force Sp After Operator"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1068 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1069
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1070 [Sp After Operator Sym]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1071 Category=2
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1072 Description="<html>Add or remove space between the operator symbol and the open paren, as in 'operator ++('</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1073 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1074 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1075 Choices="sp_after_operator_sym=ignore|sp_after_operator_sym=add|sp_after_operator_sym=remove|sp_after_operator_sym=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1076 ChoicesReadable="Ignore Sp After Operator Sym|Add Sp After Operator Sym|Remove Sp After Operator Sym|Force Sp After Operator Sym"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1077 ValueDefault=0
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1078
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1079 [Sp After Cast]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1080 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1081 Description="<html>Add or remove space after C/D cast, i.e. 'cast(int)a' vs 'cast(int) a' or '(int)a' vs '(int) a'</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1082 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1083 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1084 Choices="sp_after_cast=ignore|sp_after_cast=add|sp_after_cast=remove|sp_after_cast=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1085 ChoicesReadable="Ignore Sp After Cast|Add Sp After Cast|Remove Sp After Cast|Force Sp After Cast"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1086 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1087
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1088 [Sp Inside Paren Cast]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1089 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1090 Description="<html>Add or remove spaces inside cast parens</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1091 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1092 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1093 Choices="sp_inside_paren_cast=ignore|sp_inside_paren_cast=add|sp_inside_paren_cast=remove|sp_inside_paren_cast=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1094 ChoicesReadable="Ignore Sp Inside Paren Cast|Add Sp Inside Paren Cast|Remove Sp Inside Paren Cast|Force Sp Inside Paren Cast"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1095 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1096
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1097 [Sp Cpp Cast Paren]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1098 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1099 Description="<html>Add or remove space between the type and open paren in a C++ cast, i.e. 'int(exp)' vs 'int (exp)'</html>"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1100 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1101 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1102 Choices="sp_cpp_cast_paren=ignore|sp_cpp_cast_paren=add|sp_cpp_cast_paren=remove|sp_cpp_cast_paren=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1103 ChoicesReadable="Ignore Sp Cpp Cast Paren|Add Sp Cpp Cast Paren|Remove Sp Cpp Cast Paren|Force Sp Cpp Cast Paren"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1104 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1105
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1106 [Sp Sizeof Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1107 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1108 Description="<html>Add or remove space between 'sizeof' and '('</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1109 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1110 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1111 Choices="sp_sizeof_paren=ignore|sp_sizeof_paren=add|sp_sizeof_paren=remove|sp_sizeof_paren=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1112 ChoicesReadable="Ignore Sp Sizeof Paren|Add Sp Sizeof Paren|Remove Sp Sizeof Paren|Force Sp Sizeof Paren"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1113 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1114
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1115 [Sp After Tag]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1116 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1117 Description="<html>Add or remove space after the tag keyword (Pawn)</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1118 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1119 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1120 Choices="sp_after_tag=ignore|sp_after_tag=add|sp_after_tag=remove|sp_after_tag=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1121 ChoicesReadable="Ignore Sp After Tag|Add Sp After Tag|Remove Sp After Tag|Force Sp After Tag"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1122 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1123
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1124 [Sp Inside Braces Enum]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1125 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1126 Description="<html>Add or remove space inside enum '{' and '}'</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1127 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1128 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1129 Choices="sp_inside_braces_enum=ignore|sp_inside_braces_enum=add|sp_inside_braces_enum=remove|sp_inside_braces_enum=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1130 ChoicesReadable="Ignore Sp Inside Braces Enum|Add Sp Inside Braces Enum|Remove Sp Inside Braces Enum|Force Sp Inside Braces Enum"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1131 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1132
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1133 [Sp Inside Braces Struct]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1134 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1135 Description="<html>Add or remove space inside struct/union '{' and '}'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1136 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1137 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1138 Choices="sp_inside_braces_struct=ignore|sp_inside_braces_struct=add|sp_inside_braces_struct=remove|sp_inside_braces_struct=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1139 ChoicesReadable="Ignore Sp Inside Braces Struct|Add Sp Inside Braces Struct|Remove Sp Inside Braces Struct|Force Sp Inside Braces Struct"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1140 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1141
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1142 [Sp Inside Braces]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1143 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1144 Description="<html>Add or remove space inside '{' and '}'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1145 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1146 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1147 Choices="sp_inside_braces=ignore|sp_inside_braces=add|sp_inside_braces=remove|sp_inside_braces=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1148 ChoicesReadable="Ignore Sp Inside Braces|Add Sp Inside Braces|Remove Sp Inside Braces|Force Sp Inside Braces"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1149 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1150
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1151 [Sp Inside Braces Empty]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1152 Category=2
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1153 Description="<html>Add or remove space inside '{}'</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1154 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1155 EditorType=multiple
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1156 Choices="sp_inside_braces_empty=ignore|sp_inside_braces_empty=add|sp_inside_braces_empty=remove|sp_inside_braces_empty=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1157 ChoicesReadable="Ignore Sp Inside Braces Empty|Add Sp Inside Braces Empty|Remove Sp Inside Braces Empty|Force Sp Inside Braces Empty"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1158 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1159
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1160 [Sp Type Func]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1161 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1162 Description="<html>Add or remove space between return type and function name<BR>A minimum of 1 is forced except for pointer return types.</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1163 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1164 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1165 Choices="sp_type_func=ignore|sp_type_func=add|sp_type_func=remove|sp_type_func=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1166 ChoicesReadable="Ignore Sp Type Func|Add Sp Type Func|Remove Sp Type Func|Force Sp Type Func"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1167 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1168
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1169 [Sp Func Proto Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1170 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1171 Description="<html>Add or remove space between function name and '(' on function declaration</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1172 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1173 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1174 Choices="sp_func_proto_paren=ignore|sp_func_proto_paren=add|sp_func_proto_paren=remove|sp_func_proto_paren=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1175 ChoicesReadable="Ignore Sp Func Proto Paren|Add Sp Func Proto Paren|Remove Sp Func Proto Paren|Force Sp Func Proto Paren"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1176 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1177
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1178 [Sp Func Def Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1179 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1180 Description="<html>Add or remove space between function name and '(' on function definition</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1181 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1182 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1183 Choices="sp_func_def_paren=ignore|sp_func_def_paren=add|sp_func_def_paren=remove|sp_func_def_paren=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1184 ChoicesReadable="Ignore Sp Func Def Paren|Add Sp Func Def Paren|Remove Sp Func Def Paren|Force Sp Func Def Paren"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1185 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1186
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1187 [Sp Inside Fparens]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1188 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1189 Description="<html>Add or remove space inside empty function '()'</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1190 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1191 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1192 Choices="sp_inside_fparens=ignore|sp_inside_fparens=add|sp_inside_fparens=remove|sp_inside_fparens=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1193 ChoicesReadable="Ignore Sp Inside Fparens|Add Sp Inside Fparens|Remove Sp Inside Fparens|Force Sp Inside Fparens"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1194 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1195
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1196 [Sp Inside Fparen]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1197 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1198 Description="<html>Add or remove space inside function '(' and ')'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1199 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1200 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1201 Choices="sp_inside_fparen=ignore|sp_inside_fparen=add|sp_inside_fparen=remove|sp_inside_fparen=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1202 ChoicesReadable="Ignore Sp Inside Fparen|Add Sp Inside Fparen|Remove Sp Inside Fparen|Force Sp Inside Fparen"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1203 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1204
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1205 [Sp Square Fparen]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1206 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1207 Description="<html>Add or remove space between ']' and '(' when part of a function call.</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1208 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1209 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1210 Choices="sp_square_fparen=ignore|sp_square_fparen=add|sp_square_fparen=remove|sp_square_fparen=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1211 ChoicesReadable="Ignore Sp Square Fparen|Add Sp Square Fparen|Remove Sp Square Fparen|Force Sp Square Fparen"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1212 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1213
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1214 [Sp Fparen Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1215 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1216 Description="<html>Add or remove space between ')' and '{' of function</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1217 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1218 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1219 Choices="sp_fparen_brace=ignore|sp_fparen_brace=add|sp_fparen_brace=remove|sp_fparen_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1220 ChoicesReadable="Ignore Sp Fparen Brace|Add Sp Fparen Brace|Remove Sp Fparen Brace|Force Sp Fparen Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1221 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1222
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1223 [Sp Func Call Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1224 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1225 Description="<html>Add or remove space between function name and '(' on function calls</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1226 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1227 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1228 Choices="sp_func_call_paren=ignore|sp_func_call_paren=add|sp_func_call_paren=remove|sp_func_call_paren=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1229 ChoicesReadable="Ignore Sp Func Call Paren|Add Sp Func Call Paren|Remove Sp Func Call Paren|Force Sp Func Call Paren"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1230 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1231
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1232 [Sp Func Call Paren Empty]
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1233 Category=2
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1234 Description="<html>Add or remove space between function name and '()' on function calls without parameters.<BR>If set to 'ignore' (the default), sp_func_call_paren is used.</html>"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1235 Enabled=false
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1236 EditorType=multiple
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1237 Choices="sp_func_call_paren_empty=ignore|sp_func_call_paren_empty=add|sp_func_call_paren_empty=remove|sp_func_call_paren_empty=force"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1238 ChoicesReadable="Ignore Sp Func Call Paren Empty|Add Sp Func Call Paren Empty|Remove Sp Func Call Paren Empty|Force Sp Func Call Paren Empty"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1239 ValueDefault=0
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
1240
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1241 [Sp Func Call User Paren]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1242 Category=2
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1243 Description="<html>Add or remove space between the user function name and '(' on function calls<BR>You need to set a keyword to be a user function, like this: 'set func_call_user _' in the config file.</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1244 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1245 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1246 Choices="sp_func_call_user_paren=ignore|sp_func_call_user_paren=add|sp_func_call_user_paren=remove|sp_func_call_user_paren=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1247 ChoicesReadable="Ignore Sp Func Call User Paren|Add Sp Func Call User Paren|Remove Sp Func Call User Paren|Force Sp Func Call User Paren"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1248 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1249
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1250 [Sp Func Class Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1251 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1252 Description="<html>Add or remove space between a constructor/destructor and the open paren</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1253 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1254 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1255 Choices="sp_func_class_paren=ignore|sp_func_class_paren=add|sp_func_class_paren=remove|sp_func_class_paren=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1256 ChoicesReadable="Ignore Sp Func Class Paren|Add Sp Func Class Paren|Remove Sp Func Class Paren|Force Sp Func Class Paren"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1257 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1258
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1259 [Sp Return Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1260 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1261 Description="<html>Add or remove space between 'return' and '('</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1262 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1263 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1264 Choices="sp_return_paren=ignore|sp_return_paren=add|sp_return_paren=remove|sp_return_paren=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1265 ChoicesReadable="Ignore Sp Return Paren|Add Sp Return Paren|Remove Sp Return Paren|Force Sp Return Paren"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1266 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1267
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1268 [Sp Attribute Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1269 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1270 Description="<html>Add or remove space between '__attribute__' and '('</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1271 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1272 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1273 Choices="sp_attribute_paren=ignore|sp_attribute_paren=add|sp_attribute_paren=remove|sp_attribute_paren=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1274 ChoicesReadable="Ignore Sp Attribute Paren|Add Sp Attribute Paren|Remove Sp Attribute Paren|Force Sp Attribute Paren"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1275 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1276
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1277 [Sp Defined Paren]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1278 Category=2
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1279 Description="<html>Add or remove space between 'defined' and '(' in '#if defined (FOO)'</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1280 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1281 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1282 Choices="sp_defined_paren=ignore|sp_defined_paren=add|sp_defined_paren=remove|sp_defined_paren=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1283 ChoicesReadable="Ignore Sp Defined Paren|Add Sp Defined Paren|Remove Sp Defined Paren|Force Sp Defined Paren"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1284 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1285
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1286 [Sp Throw Paren]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1287 Category=2
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1288 Description="<html>Add or remove space between 'throw' and '(' in 'throw (something)'</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1289 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1290 EditorType=multiple
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1291 Choices="sp_throw_paren=ignore|sp_throw_paren=add|sp_throw_paren=remove|sp_throw_paren=force"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1292 ChoicesReadable="Ignore Sp Throw Paren|Add Sp Throw Paren|Remove Sp Throw Paren|Force Sp Throw Paren"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1293 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1294
776
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1295 [Sp Catch Paren]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1296 Category=2
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1297 Description="<html>Add or remove space between 'catch' and '(' in 'catch (something) { }'<BR>If set to ignore, sp_before_sparen is used.</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1298 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1299 EditorType=multiple
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1300 Choices="sp_catch_paren=ignore|sp_catch_paren=add|sp_catch_paren=remove|sp_catch_paren=force"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1301 ChoicesReadable="Ignore Sp Catch Paren|Add Sp Catch Paren|Remove Sp Catch Paren|Force Sp Catch Paren"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1302 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1303
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1304 [Sp Version Paren]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1305 Category=2
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1306 Description="<html>Add or remove space between 'version' and '(' in 'version (something) { }' (D language)<BR>If set to ignore, sp_before_sparen is used.</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1307 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1308 EditorType=multiple
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1309 Choices="sp_version_paren=ignore|sp_version_paren=add|sp_version_paren=remove|sp_version_paren=force"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1310 ChoicesReadable="Ignore Sp Version Paren|Add Sp Version Paren|Remove Sp Version Paren|Force Sp Version Paren"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1311 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1312
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1313 [Sp Scope Paren]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1314 Category=2
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1315 Description="<html>Add or remove space between 'scope' and '(' in 'scope (something) { }' (D language)<BR>If set to ignore, sp_before_sparen is used.</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1316 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1317 EditorType=multiple
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1318 Choices="sp_scope_paren=ignore|sp_scope_paren=add|sp_scope_paren=remove|sp_scope_paren=force"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1319 ChoicesReadable="Ignore Sp Scope Paren|Add Sp Scope Paren|Remove Sp Scope Paren|Force Sp Scope Paren"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1320 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1321
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1322 [Sp Macro]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1323 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1324 Description="<html>Add or remove space between macro and value</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1325 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1326 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1327 Choices="sp_macro=ignore|sp_macro=add|sp_macro=remove|sp_macro=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1328 ChoicesReadable="Ignore Sp Macro|Add Sp Macro|Remove Sp Macro|Force Sp Macro"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1329 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1330
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1331 [Sp Macro Func]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1332 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1333 Description="<html>Add or remove space between macro function ')' and value</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1334 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1335 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1336 Choices="sp_macro_func=ignore|sp_macro_func=add|sp_macro_func=remove|sp_macro_func=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1337 ChoicesReadable="Ignore Sp Macro Func|Add Sp Macro Func|Remove Sp Macro Func|Force Sp Macro Func"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1338 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1339
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1340 [Sp Else Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1341 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1342 Description="<html>Add or remove space between 'else' and '{' if on the same line</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1343 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1344 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1345 Choices="sp_else_brace=ignore|sp_else_brace=add|sp_else_brace=remove|sp_else_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1346 ChoicesReadable="Ignore Sp Else Brace|Add Sp Else Brace|Remove Sp Else Brace|Force Sp Else Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1347 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1348
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1349 [Sp Brace Else]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1350 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1351 Description="<html>Add or remove space between '}' and 'else' if on the same line</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1352 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1353 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1354 Choices="sp_brace_else=ignore|sp_brace_else=add|sp_brace_else=remove|sp_brace_else=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1355 ChoicesReadable="Ignore Sp Brace Else|Add Sp Brace Else|Remove Sp Brace Else|Force Sp Brace Else"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1356 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1357
600
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1358 [Sp Brace Typedef]
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1359 Category=2
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1360 Description="<html>Add or remove space between '}' and the name of a typedef on the same line</html>"
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1361 Enabled=false
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1362 EditorType=multiple
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1363 Choices="sp_brace_typedef=ignore|sp_brace_typedef=add|sp_brace_typedef=remove|sp_brace_typedef=force"
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1364 ChoicesReadable="Ignore Sp Brace Typedef|Add Sp Brace Typedef|Remove Sp Brace Typedef|Force Sp Brace Typedef"
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1365 ValueDefault=0
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1366
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1367 [Sp Catch Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1368 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1369 Description="<html>Add or remove space between 'catch' and '{' if on the same line</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1370 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1371 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1372 Choices="sp_catch_brace=ignore|sp_catch_brace=add|sp_catch_brace=remove|sp_catch_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1373 ChoicesReadable="Ignore Sp Catch Brace|Add Sp Catch Brace|Remove Sp Catch Brace|Force Sp Catch Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1374 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1375
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1376 [Sp Brace Catch]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1377 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1378 Description="<html>Add or remove space between '}' and 'catch' if on the same line</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1379 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1380 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1381 Choices="sp_brace_catch=ignore|sp_brace_catch=add|sp_brace_catch=remove|sp_brace_catch=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1382 ChoicesReadable="Ignore Sp Brace Catch|Add Sp Brace Catch|Remove Sp Brace Catch|Force Sp Brace Catch"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1383 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1384
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1385 [Sp Finally Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1386 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1387 Description="<html>Add or remove space between 'finally' and '{' if on the same line</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1388 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1389 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1390 Choices="sp_finally_brace=ignore|sp_finally_brace=add|sp_finally_brace=remove|sp_finally_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1391 ChoicesReadable="Ignore Sp Finally Brace|Add Sp Finally Brace|Remove Sp Finally Brace|Force Sp Finally Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1392 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1393
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1394 [Sp Brace Finally]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1395 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1396 Description="<html>Add or remove space between '}' and 'finally' if on the same line</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1397 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1398 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1399 Choices="sp_brace_finally=ignore|sp_brace_finally=add|sp_brace_finally=remove|sp_brace_finally=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1400 ChoicesReadable="Ignore Sp Brace Finally|Add Sp Brace Finally|Remove Sp Brace Finally|Force Sp Brace Finally"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1401 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1402
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1403 [Sp Try Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1404 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1405 Description="<html>Add or remove space between 'try' and '{' if on the same line</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1406 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1407 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1408 Choices="sp_try_brace=ignore|sp_try_brace=add|sp_try_brace=remove|sp_try_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1409 ChoicesReadable="Ignore Sp Try Brace|Add Sp Try Brace|Remove Sp Try Brace|Force Sp Try Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1410 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1411
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1412 [Sp Getset Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1413 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1414 Description="<html>Add or remove space between get/set and '{' if on the same line</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1415 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1416 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1417 Choices="sp_getset_brace=ignore|sp_getset_brace=add|sp_getset_brace=remove|sp_getset_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1418 ChoicesReadable="Ignore Sp Getset Brace|Add Sp Getset Brace|Remove Sp Getset Brace|Force Sp Getset Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1419 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1420
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1421 [Sp Before Dc]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1422 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1423 Description="<html>Add or remove space before the '::' operator</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1424 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1425 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1426 Choices="sp_before_dc=ignore|sp_before_dc=add|sp_before_dc=remove|sp_before_dc=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1427 ChoicesReadable="Ignore Sp Before Dc|Add Sp Before Dc|Remove Sp Before Dc|Force Sp Before Dc"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1428 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1429
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1430 [Sp After Dc]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1431 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1432 Description="<html>Add or remove space after the '::' operator</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1433 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1434 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1435 Choices="sp_after_dc=ignore|sp_after_dc=add|sp_after_dc=remove|sp_after_dc=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1436 ChoicesReadable="Ignore Sp After Dc|Add Sp After Dc|Remove Sp After Dc|Force Sp After Dc"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1437 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1438
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1439 [Sp D Array Colon]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1440 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1441 Description="<html>Add or remove around the D named array initializer ':' operator</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1442 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1443 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1444 Choices="sp_d_array_colon=ignore|sp_d_array_colon=add|sp_d_array_colon=remove|sp_d_array_colon=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1445 ChoicesReadable="Ignore Sp D Array Colon|Add Sp D Array Colon|Remove Sp D Array Colon|Force Sp D Array Colon"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1446 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1447
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1448 [Sp Not]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1449 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1450 Description="<html>Add or remove space after the '!' (not) operator. Default=Remove</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1451 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1452 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1453 Choices="sp_not=ignore|sp_not=add|sp_not=remove|sp_not=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1454 ChoicesReadable="Ignore Sp Not|Add Sp Not|Remove Sp Not|Force Sp Not"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1455 ValueDefault=2
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1456
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1457 [Sp Inv]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1458 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1459 Description="<html>Add or remove space after the '~' (invert) operator. Default=Remove</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1460 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1461 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1462 Choices="sp_inv=ignore|sp_inv=add|sp_inv=remove|sp_inv=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1463 ChoicesReadable="Ignore Sp Inv|Add Sp Inv|Remove Sp Inv|Force Sp Inv"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1464 ValueDefault=2
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1465
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1466 [Sp Addr]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1467 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1468 Description="<html>Add or remove space after the '&amp;' (address-of) operator. Default=Remove<BR>This does not affect the spacing after a '&amp;' that is part of a type.</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1469 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1470 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1471 Choices="sp_addr=ignore|sp_addr=add|sp_addr=remove|sp_addr=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1472 ChoicesReadable="Ignore Sp Addr|Add Sp Addr|Remove Sp Addr|Force Sp Addr"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1473 ValueDefault=2
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1474
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1475 [Sp Member]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1476 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1477 Description="<html>Add or remove space around the '.' or '-&gt;' operators. Default=Remove</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1478 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1479 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1480 Choices="sp_member=ignore|sp_member=add|sp_member=remove|sp_member=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1481 ChoicesReadable="Ignore Sp Member|Add Sp Member|Remove Sp Member|Force Sp Member"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1482 ValueDefault=2
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1483
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1484 [Sp Deref]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1485 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1486 Description="<html>Add or remove space after the '*' (dereference) operator. Default=Remove<BR>This does not affect the spacing after a '*' that is part of a type.</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1487 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1488 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1489 Choices="sp_deref=ignore|sp_deref=add|sp_deref=remove|sp_deref=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1490 ChoicesReadable="Ignore Sp Deref|Add Sp Deref|Remove Sp Deref|Force Sp Deref"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1491 ValueDefault=2
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1492
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1493 [Sp Sign]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1494 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1495 Description="<html>Add or remove space after '+' or '-', as in 'x = -5' or 'y = +7'. Default=Remove</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1496 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1497 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1498 Choices="sp_sign=ignore|sp_sign=add|sp_sign=remove|sp_sign=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1499 ChoicesReadable="Ignore Sp Sign|Add Sp Sign|Remove Sp Sign|Force Sp Sign"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1500 ValueDefault=2
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1501
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1502 [Sp Incdec]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1503 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1504 Description="<html>Add or remove space before or after '++' and '--', as in '(--x)' or 'y++;'. Default=Remove</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1505 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1506 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1507 Choices="sp_incdec=ignore|sp_incdec=add|sp_incdec=remove|sp_incdec=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1508 ChoicesReadable="Ignore Sp Incdec|Add Sp Incdec|Remove Sp Incdec|Force Sp Incdec"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1509 ValueDefault=2
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1510
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1511 [Sp Before Nl Cont]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1512 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1513 Description="<html>Add or remove space before a backslash-newline at the end of a line. Default=Add</html>"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1514 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1515 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1516 Choices="sp_before_nl_cont=ignore|sp_before_nl_cont=add|sp_before_nl_cont=remove|sp_before_nl_cont=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1517 ChoicesReadable="Ignore Sp Before Nl Cont|Add Sp Before Nl Cont|Remove Sp Before Nl Cont|Force Sp Before Nl Cont"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1518 ValueDefault=1
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1519
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1520 [Sp After Oc Scope]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1521 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1522 Description="<html>Add or remove space after the scope '+' or '-', as in '-(void) foo;' or '+(int) bar;'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1523 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1524 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1525 Choices="sp_after_oc_scope=ignore|sp_after_oc_scope=add|sp_after_oc_scope=remove|sp_after_oc_scope=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1526 ChoicesReadable="Ignore Sp After Oc Scope|Add Sp After Oc Scope|Remove Sp After Oc Scope|Force Sp After Oc Scope"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1527 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1528
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1529 [Sp After Oc Colon]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1530 Category=2
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1531 Description="<html>Add or remove space after the colon in message specs<BR>'-(int) f:(int) x;' vs '-(int) f: (int) x;'</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1532 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1533 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1534 Choices="sp_after_oc_colon=ignore|sp_after_oc_colon=add|sp_after_oc_colon=remove|sp_after_oc_colon=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1535 ChoicesReadable="Ignore Sp After Oc Colon|Add Sp After Oc Colon|Remove Sp After Oc Colon|Force Sp After Oc Colon"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1536 ValueDefault=0
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1537
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1538 [Sp Before Oc Colon]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1539 Category=2
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1540 Description="<html>Add or remove space before the colon in message specs<BR>'-(int) f: (int) x;' vs '-(int) f : (int) x;'</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1541 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1542 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1543 Choices="sp_before_oc_colon=ignore|sp_before_oc_colon=add|sp_before_oc_colon=remove|sp_before_oc_colon=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1544 ChoicesReadable="Ignore Sp Before Oc Colon|Add Sp Before Oc Colon|Remove Sp Before Oc Colon|Force Sp Before Oc Colon"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1545 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1546
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1547 [Sp After Send Oc Colon]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1548 Category=2
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1549 Description="<html>Add or remove space after the colon in message specs<BR>'[object setValue:1];' vs '[object setValue: 1];'</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1550 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1551 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1552 Choices="sp_after_send_oc_colon=ignore|sp_after_send_oc_colon=add|sp_after_send_oc_colon=remove|sp_after_send_oc_colon=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1553 ChoicesReadable="Ignore Sp After Send Oc Colon|Add Sp After Send Oc Colon|Remove Sp After Send Oc Colon|Force Sp After Send Oc Colon"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1554 ValueDefault=0
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1555
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1556 [Sp Before Send Oc Colon]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1557 Category=2
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1558 Description="<html>Add or remove space before the colon in message specs<BR>'[object setValue:1];' vs '[object setValue :1];'</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1559 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1560 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1561 Choices="sp_before_send_oc_colon=ignore|sp_before_send_oc_colon=add|sp_before_send_oc_colon=remove|sp_before_send_oc_colon=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1562 ChoicesReadable="Ignore Sp Before Send Oc Colon|Add Sp Before Send Oc Colon|Remove Sp Before Send Oc Colon|Force Sp Before Send Oc Colon"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1563 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1564
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1565 [Sp After Oc Type]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1566 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1567 Description="<html>Add or remove space after the (type) in message specs<BR>'-(int)f: (int) x;' vs '-(int)f: (int)x;'</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1568 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1569 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1570 Choices="sp_after_oc_type=ignore|sp_after_oc_type=add|sp_after_oc_type=remove|sp_after_oc_type=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1571 ChoicesReadable="Ignore Sp After Oc Type|Add Sp After Oc Type|Remove Sp After Oc Type|Force Sp After Oc Type"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1572 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1573
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1574 [Sp After Oc Return Type]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1575 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1576 Description="<html>Add or remove space after the first (type) in message specs<BR>'-(int) f:(int)x;' vs '-(int)f:(int)x;'</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1577 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1578 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1579 Choices="sp_after_oc_return_type=ignore|sp_after_oc_return_type=add|sp_after_oc_return_type=remove|sp_after_oc_return_type=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1580 ChoicesReadable="Ignore Sp After Oc Return Type|Add Sp After Oc Return Type|Remove Sp After Oc Return Type|Force Sp After Oc Return Type"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1581 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1582
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1583 [Sp After Oc At Sel]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1584 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1585 Description="<html>Add or remove space between '@selector' and '('<BR>'@selector(msgName)' vs '@selector (msgName)'<BR>Also applies to @protocol() constructs</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1586 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1587 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1588 Choices="sp_after_oc_at_sel=ignore|sp_after_oc_at_sel=add|sp_after_oc_at_sel=remove|sp_after_oc_at_sel=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1589 ChoicesReadable="Ignore Sp After Oc At Sel|Add Sp After Oc At Sel|Remove Sp After Oc At Sel|Force Sp After Oc At Sel"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1590 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1591
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1592 [Sp After Oc At Sel Parens]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1593 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1594 Description="<html>Add or remove space between '@selector(x)' and the following word<BR>'@selector(foo) a:' vs '@selector(foo)a:'</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1595 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1596 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1597 Choices="sp_after_oc_at_sel_parens=ignore|sp_after_oc_at_sel_parens=add|sp_after_oc_at_sel_parens=remove|sp_after_oc_at_sel_parens=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1598 ChoicesReadable="Ignore Sp After Oc At Sel Parens|Add Sp After Oc At Sel Parens|Remove Sp After Oc At Sel Parens|Force Sp After Oc At Sel Parens"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1599 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1600
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1601 [Sp Inside Oc At Sel Parens]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1602 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1603 Description="<html>Add or remove space inside '@selector' parens<BR>'@selector(foo)' vs '@selector( foo )'<BR>Also applies to @protocol() constructs</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1604 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1605 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1606 Choices="sp_inside_oc_at_sel_parens=ignore|sp_inside_oc_at_sel_parens=add|sp_inside_oc_at_sel_parens=remove|sp_inside_oc_at_sel_parens=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1607 ChoicesReadable="Ignore Sp Inside Oc At Sel Parens|Add Sp Inside Oc At Sel Parens|Remove Sp Inside Oc At Sel Parens|Force Sp Inside Oc At Sel Parens"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1608 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1609
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1610 [Sp Before Oc Block Caret]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1611 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1612 Description="<html>Add or remove space before a block pointer caret<BR>'^int (int arg){...}' vs. ' ^int (int arg){...}'</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1613 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1614 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1615 Choices="sp_before_oc_block_caret=ignore|sp_before_oc_block_caret=add|sp_before_oc_block_caret=remove|sp_before_oc_block_caret=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1616 ChoicesReadable="Ignore Sp Before Oc Block Caret|Add Sp Before Oc Block Caret|Remove Sp Before Oc Block Caret|Force Sp Before Oc Block Caret"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1617 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1618
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1619 [Sp After Oc Block Caret]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1620 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1621 Description="<html>Add or remove space after a block pointer caret<BR>'^int (int arg){...}' vs. '^ int (int arg){...}'</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1622 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1623 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1624 Choices="sp_after_oc_block_caret=ignore|sp_after_oc_block_caret=add|sp_after_oc_block_caret=remove|sp_after_oc_block_caret=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1625 ChoicesReadable="Ignore Sp After Oc Block Caret|Add Sp After Oc Block Caret|Remove Sp After Oc Block Caret|Force Sp After Oc Block Caret"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1626 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1627
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1628 [Sp Cond Colon]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1629 Category=2
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1630 Description="<html>Add or remove space around the ':' in 'b ? t : f'</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1631 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1632 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1633 Choices="sp_cond_colon=ignore|sp_cond_colon=add|sp_cond_colon=remove|sp_cond_colon=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1634 ChoicesReadable="Ignore Sp Cond Colon|Add Sp Cond Colon|Remove Sp Cond Colon|Force Sp Cond Colon"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1635 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1636
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1637 [Sp Cond Question]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1638 Category=2
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1639 Description="<html>Add or remove space around the '?' in 'b ? t : f'</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1640 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1641 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1642 Choices="sp_cond_question=ignore|sp_cond_question=add|sp_cond_question=remove|sp_cond_question=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1643 ChoicesReadable="Ignore Sp Cond Question|Add Sp Cond Question|Remove Sp Cond Question|Force Sp Cond Question"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1644 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1645
600
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1646 [Sp Case Label]
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1647 Category=2
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1648 Description="<html>Fix the spacing between 'case' and the label. Only 'ignore' and 'force' make sense here.</html>"
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1649 Enabled=false
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1650 EditorType=multiple
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1651 Choices="sp_case_label=ignore|sp_case_label=add|sp_case_label=remove|sp_case_label=force"
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1652 ChoicesReadable="Ignore Sp Case Label|Add Sp Case Label|Remove Sp Case Label|Force Sp Case Label"
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1653 ValueDefault=0
1c9f4a2c1c02 Updated to the latest uncrustify version from svn and so updated the ini file.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 580
diff changeset
1654
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1655 [Sp Range]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1656 Category=2
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1657 Description="<html>Control the space around the D '..' operator.</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1658 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1659 EditorType=multiple
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1660 Choices="sp_range=ignore|sp_range=add|sp_range=remove|sp_range=force"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1661 ChoicesReadable="Ignore Sp Range|Add Sp Range|Remove Sp Range|Force Sp Range"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1662 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1663
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1664 [Sp Cmt Cpp Start]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1665 Category=2
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1666 Description="<html>Control the space after the opening of a C++ comment '// A' vs '//A'</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1667 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1668 EditorType=multiple
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1669 Choices="sp_cmt_cpp_start=ignore|sp_cmt_cpp_start=add|sp_cmt_cpp_start=remove|sp_cmt_cpp_start=force"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1670 ChoicesReadable="Ignore Sp Cmt Cpp Start|Add Sp Cmt Cpp Start|Remove Sp Cmt Cpp Start|Force Sp Cmt Cpp Start"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1671 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1672
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1673 [Sp Endif Cmt]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1674 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1675 Description="<html>Controls the spaces between #else or #endif and a trailing comment</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1676 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1677 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1678 Choices="sp_endif_cmt=ignore|sp_endif_cmt=add|sp_endif_cmt=remove|sp_endif_cmt=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1679 ChoicesReadable="Ignore Sp Endif Cmt|Add Sp Endif Cmt|Remove Sp Endif Cmt|Force Sp Endif Cmt"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1680 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1681
776
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1682 [Sp After New]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1683 Category=2
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1684 Description="<html>Controls the spaces after 'new', 'delete', and 'delete[]'</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1685 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1686 EditorType=multiple
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1687 Choices="sp_after_new=ignore|sp_after_new=add|sp_after_new=remove|sp_after_new=force"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1688 ChoicesReadable="Ignore Sp After New|Add Sp After New|Remove Sp After New|Force Sp After New"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1689 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1690
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1691 [Sp Before Tr Emb Cmt]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1692 Category=2
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1693 Description="<html>Controls the spaces before a trailing or embedded comment</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1694 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1695 EditorType=multiple
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1696 Choices="sp_before_tr_emb_cmt=ignore|sp_before_tr_emb_cmt=add|sp_before_tr_emb_cmt=remove|sp_before_tr_emb_cmt=force"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1697 ChoicesReadable="Ignore Sp Before Tr Emb Cmt|Add Sp Before Tr Emb Cmt|Remove Sp Before Tr Emb Cmt|Force Sp Before Tr Emb Cmt"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1698 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1699
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1700 [Sp Num Before Tr Emb Cmt]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1701 Category=2
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1702 Description="<html>Number of spaces before a trailing or embedded comment</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1703 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1704 EditorType=numeric
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1705 CallName="sp_num_before_tr_emb_cmt="
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1706 MinVal=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1707 MaxVal=16
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1708 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
1709
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1710 [Align Keep Tabs]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1711 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1712 Description="<html>Whether to keep non-indenting tabs</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1713 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1714 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1715 TrueFalse=align_keep_tabs=true|align_keep_tabs=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1716 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1717
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1718 [Align With Tabs]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1719 Category=3
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1720 Description="<html>Whether to use tabs for aligning</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1721 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1722 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1723 TrueFalse=align_with_tabs=true|align_with_tabs=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1724 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1725
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1726 [Align On Tabstop]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1727 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1728 Description="<html>Whether to bump out to the next tab when aligning</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1729 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1730 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1731 TrueFalse=align_on_tabstop=true|align_on_tabstop=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1732 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1733
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1734 [Align Number Left]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1735 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1736 Description="<html>Whether to left-align numbers</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1737 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1738 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1739 TrueFalse=align_number_left=true|align_number_left=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1740 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1741
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1742 [Align Func Params]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1743 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1744 Description="<html>Align variable definitions in prototypes and functions</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1745 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1746 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1747 TrueFalse=align_func_params=true|align_func_params=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1748 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1749
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1750 [Align Same Func Call Params]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1751 Category=3
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1752 Description="<html>Align parameters in single-line functions that have the same name.<BR>The function names must already be aligned with each other.</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1753 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1754 EditorType=boolean
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1755 TrueFalse=align_same_func_call_params=true|align_same_func_call_params=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1756 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1757
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1758 [Align Var Def Span]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1759 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1760 Description="<html>The span for aligning variable definitions (0=don't align)</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1761 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1762 EditorType=numeric
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1763 CallName="align_var_def_span="
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1764 MinVal=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1765 MaxVal=5000
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1766 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1767
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1768 [Align Var Def Star Style]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1769 Category=3
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1770 Description="<html>How to align the star in variable definitions.<BR> 0=Part of the type 'void * foo;'<BR> 1=Part of the variable 'void *foo;'<BR> 2=Dangling 'void *foo;'</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1771 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1772 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1773 CallName="align_var_def_star_style="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1774 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1775 MaxVal=2
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1776 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1777
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1778 [Align Var Def Amp Style]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1779 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1780 Description="<html>How to align the '&amp;' in variable definitions.<BR> 0=Part of the type<BR> 1=Part of the variable<BR> 2=Dangling</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1781 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1782 EditorType=numeric
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1783 CallName="align_var_def_amp_style="
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1784 MinVal=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1785 MaxVal=2
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1786 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1787
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1788 [Align Var Def Thresh]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1789 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1790 Description="<html>The threshold for aligning variable definitions (0=no limit)</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1791 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1792 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1793 CallName="align_var_def_thresh="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1794 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1795 MaxVal=5000
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1796 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1797
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1798 [Align Var Def Gap]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1799 Category=3
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1800 Description="<html>The gap for aligning variable definitions</html>"
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1801 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1802 EditorType=numeric
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1803 CallName="align_var_def_gap="
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1804 MinVal=0
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1805 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1806 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1807
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1808 [Align Var Def Colon]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1809 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1810 Description="<html>Whether to align the colon in struct bit fields</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1811 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1812 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1813 TrueFalse=align_var_def_colon=true|align_var_def_colon=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1814 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1815
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1816 [Align Var Def Attribute]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1817 Category=3
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1818 Description="<html>Whether to align any attribute after the variable name</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1819 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1820 EditorType=boolean
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1821 TrueFalse=align_var_def_attribute=true|align_var_def_attribute=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1822 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1823
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1824 [Align Var Def Inline]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1825 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1826 Description="<html>Whether to align inline struct/enum/union variable definitions</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1827 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1828 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1829 TrueFalse=align_var_def_inline=true|align_var_def_inline=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1830 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1831
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1832 [Align Assign Span]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1833 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1834 Description="<html>The span for aligning on '=' in assignments (0=don't align)</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1835 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1836 EditorType=numeric
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1837 CallName="align_assign_span="
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1838 MinVal=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1839 MaxVal=5000
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1840 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1841
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1842 [Align Assign Thresh]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1843 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1844 Description="<html>The threshold for aligning on '=' in assignments (0=no limit)</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1845 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1846 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1847 CallName="align_assign_thresh="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1848 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1849 MaxVal=5000
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1850 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1851
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1852 [Align Enum Equ Span]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1853 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1854 Description="<html>The span for aligning on '=' in enums (0=don't align)</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1855 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1856 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1857 CallName="align_enum_equ_span="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1858 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1859 MaxVal=5000
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1860 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1861
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1862 [Align Enum Equ Thresh]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1863 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1864 Description="<html>The threshold for aligning on '=' in enums (0=no limit)</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1865 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1866 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1867 CallName="align_enum_equ_thresh="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1868 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1869 MaxVal=5000
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1870 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1871
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1872 [Align Var Struct Span]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1873 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1874 Description="<html>The span for aligning struct/union (0=don't align)</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1875 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1876 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1877 CallName="align_var_struct_span="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1878 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1879 MaxVal=5000
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1880 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1881
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1882 [Align Var Struct Thresh]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1883 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1884 Description="<html>The threshold for aligning struct/union member definitions (0=no limit)</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1885 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1886 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1887 CallName="align_var_struct_thresh="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1888 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1889 MaxVal=5000
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1890 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1891
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1892 [Align Var Struct Gap]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1893 Category=3
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1894 Description="<html>The gap for aligning struct/union member definitions</html>"
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1895 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1896 EditorType=numeric
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1897 CallName="align_var_struct_gap="
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1898 MinVal=0
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1899 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1900 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1901
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1902 [Align Struct Init Span]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1903 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1904 Description="<html>The span for aligning struct initializer values (0=don't align)</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1905 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1906 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1907 CallName="align_struct_init_span="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1908 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1909 MaxVal=5000
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1910 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1911
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1912 [Align Typedef Gap]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1913 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1914 Description="<html>The minimum space between the type and the synonym of a typedef</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1915 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1916 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1917 CallName="align_typedef_gap="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1918 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1919 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1920 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1921
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1922 [Align Typedef Span]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1923 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1924 Description="<html>The span for aligning single-line typedefs (0=don't align)</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1925 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1926 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1927 CallName="align_typedef_span="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1928 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1929 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1930 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1931
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1932 [Align Typedef Func]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1933 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1934 Description="<html>How to align typedef'd functions with other typedefs<BR>0: Don't mix them at all<BR>1: align the open paren with the types<BR>2: align the function type name with the other type names</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1935 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1936 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1937 CallName="align_typedef_func="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1938 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1939 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1940 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1941
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1942 [Align Typedef Star Style]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1943 Category=3
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1944 Description="<html>Controls the positioning of the '*' in typedefs. Just try it.<BR>0: Align on typedef type, ignore '*'<BR>1: The '*' is part of type name: typedef int *pint;<BR>2: The '*' is part of the type, but dangling: typedef int *pint;</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1945 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1946 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1947 CallName="align_typedef_star_style="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1948 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1949 MaxVal=2
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1950 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1951
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1952 [Align Typedef Amp Style]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1953 Category=3
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1954 Description="<html>Controls the positioning of the '&amp;' in typedefs. Just try it.<BR>0: Align on typedef type, ignore '&amp;'<BR>1: The '&amp;' is part of type name: typedef int &amp;pint;<BR>2: The '&amp;' is part of the type, but dangling: typedef int &amp;pint;</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1955 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1956 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1957 CallName="align_typedef_amp_style="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1958 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1959 MaxVal=2
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1960 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1961
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1962 [Align Right Cmt Span]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1963 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1964 Description="<html>The span for aligning comments that end lines (0=don't align)</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1965 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1966 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1967 CallName="align_right_cmt_span="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1968 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1969 MaxVal=5000
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1970 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1971
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1972 [Align Right Cmt Mix]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1973 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1974 Description="<html>If aligning comments, mix with comments after '}' and #endif with less than 3 spaces before the comment</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1975 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1976 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1977 TrueFalse=align_right_cmt_mix=true|align_right_cmt_mix=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1978 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1979
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1980 [Align Right Cmt Gap]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1981 Category=3
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1982 Description="<html>If a trailing comment is more than this number of columns away from the text it follows,<BR>it will qualify for being aligned. This has to be &gt; 0 to do anything.</html>"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1983 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1984 EditorType=numeric
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1985 CallName="align_right_cmt_gap="
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1986 MinVal=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1987 MaxVal=16
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1988 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1989
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1990 [Align Right Cmt At Col]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1991 Category=3
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1992 Description="<html>Align trailing comment at or beyond column N; 'pulls in' comments as a bonus side effect (0=ignore)</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1993 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1994 EditorType=numeric
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1995 CallName="align_right_cmt_at_col="
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1996 MinVal=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1997 MaxVal=200
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1998 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1999
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2000 [Align Func Proto Span]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2001 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2002 Description="<html>The span for aligning function prototypes (0=don't align)</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2003 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2004 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2005 CallName="align_func_proto_span="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2006 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2007 MaxVal=5000
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2008 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2009
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2010 [Align Func Proto Gap]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2011 Category=3
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2012 Description="<html>Minimum gap between the return type and the function name.</html>"
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2013 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2014 EditorType=numeric
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2015 CallName="align_func_proto_gap="
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2016 MinVal=0
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2017 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2018 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2019
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2020 [Align On Operator]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2021 Category=3
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2022 Description="<html>Align function protos on the 'operator' keyword instead of what follows</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2023 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2024 EditorType=boolean
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2025 TrueFalse=align_on_operator=true|align_on_operator=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2026 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2027
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2028 [Align Mix Var Proto]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2029 Category=3
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2030 Description="<html>Whether to mix aligning prototype and variable declarations.<BR>If true, align_var_def_XXX options are used instead of align_func_proto_XXX options.</html>"
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2031 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2032 EditorType=boolean
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2033 TrueFalse=align_mix_var_proto=true|align_mix_var_proto=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2034 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2035
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2036 [Align Single Line Func]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2037 Category=3
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2038 Description="<html>Align single-line functions with function prototypes, uses align_func_proto_span</html>"
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2039 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2040 EditorType=boolean
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2041 TrueFalse=align_single_line_func=true|align_single_line_func=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2042 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2043
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2044 [Align Single Line Brace]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2045 Category=3
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2046 Description="<html>Aligning the open brace of single-line functions.<BR>Requires align_single_line_func=true, uses align_func_proto_span</html>"
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2047 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2048 EditorType=boolean
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2049 TrueFalse=align_single_line_brace=true|align_single_line_brace=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2050 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2051
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2052 [Align Single Line Brace Gap]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2053 Category=3
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2054 Description="<html>Gap for align_single_line_brace.<BR></html>"
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2055 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2056 EditorType=numeric
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2057 CallName="align_single_line_brace_gap="
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2058 MinVal=0
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2059 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2060 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2061
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2062 [Align Oc Msg Spec Span]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2063 Category=3
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2064 Description="<html>The span for aligning ObjC msg spec (0=don't align)</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2065 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2066 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2067 CallName="align_oc_msg_spec_span="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2068 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2069 MaxVal=5000
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2070 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2071
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2072 [Align Nl Cont]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2073 Category=3
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2074 Description="<html>Whether to align macros wrapped with a backslash and a newline.<BR>This will not work right if the macro contains a multi-line comment.</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2075 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2076 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2077 TrueFalse=align_nl_cont=true|align_nl_cont=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2078 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2079
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2080 [Align Pp Define Gap]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2081 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2082 Description="<html>The minimum space between label and value of a preprocessor define</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2083 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2084 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2085 CallName="align_pp_define_gap="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2086 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2087 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2088 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2089
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2090 [Align Pp Define Span]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2091 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2092 Description="<html>The span for aligning on '#define' bodies (0=don't align)</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2093 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2094 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2095 CallName="align_pp_define_span="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2096 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2097 MaxVal=5000
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2098 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2099
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2100 [Align Left Shift]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2101 Category=3
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2102 Description="<html>Align lines that start with '&lt;&lt;' with previous '&lt;&lt;'. Default=true</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2103 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2104 EditorType=boolean
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2105 TrueFalse=align_left_shift=true|align_left_shift=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2106 ValueDefault=1
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2107
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2108 [Align Oc Msg Colon Span]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2109 Category=3
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2110 Description="<html>Span for aligning parameters in an Obj-C message call on the ':' (0=don't align)</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2111 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2112 EditorType=numeric
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2113 CallName="align_oc_msg_colon_span="
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2114 MinVal=5000
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2115 MaxVal=16
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2116 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2117
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2118 [Align Oc Decl Colon]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2119 Category=3
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2120 Description="<html>Aligning parameters in an Obj-C '+' or '-' declaration on the ':'</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2121 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2122 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2123 TrueFalse=align_oc_decl_colon=true|align_oc_decl_colon=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2124 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2125
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2126 [Nl Collapse Empty Body]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2127 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2128 Description="<html>Whether to collapse empty blocks between '{' and '}'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2129 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2130 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2131 TrueFalse=nl_collapse_empty_body=true|nl_collapse_empty_body=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2132 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2133
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2134 [Nl Assign Leave One Liners]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2135 Category=4
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2136 Description="<html>Don't split one-line braced assignments - 'foo_t f = { 1, 2 };'</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2137 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2138 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2139 TrueFalse=nl_assign_leave_one_liners=true|nl_assign_leave_one_liners=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2140 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2141
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2142 [Nl Class Leave One Liners]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2143 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2144 Description="<html>Don't split one-line braced statements inside a class xx { } body</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2145 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2146 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2147 TrueFalse=nl_class_leave_one_liners=true|nl_class_leave_one_liners=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2148 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2149
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2150 [Nl Enum Leave One Liners]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2151 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2152 Description="<html>Don't split one-line enums: 'enum foo { BAR = 15 };'</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2153 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2154 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2155 TrueFalse=nl_enum_leave_one_liners=true|nl_enum_leave_one_liners=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2156 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2157
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2158 [Nl Getset Leave One Liners]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2159 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2160 Description="<html>Don't split one-line get or set functions</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2161 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2162 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2163 TrueFalse=nl_getset_leave_one_liners=true|nl_getset_leave_one_liners=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2164 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2165
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2166 [Nl Func Leave One Liners]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2167 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2168 Description="<html>Don't split one-line function definitions - 'int foo() { return 0; }'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2169 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2170 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2171 TrueFalse=nl_func_leave_one_liners=true|nl_func_leave_one_liners=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2172 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2173
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2174 [Nl If Leave One Liners]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2175 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2176 Description="<html>Don't split one-line if/else statements - 'if(a) b++;'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2177 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2178 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2179 TrueFalse=nl_if_leave_one_liners=true|nl_if_leave_one_liners=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2180 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2181
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2182 [Nl Start Of File]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2183 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2184 Description="<html>Add or remove newlines at the start of the file</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2185 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2186 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2187 Choices="nl_start_of_file=ignore|nl_start_of_file=add|nl_start_of_file=remove|nl_start_of_file=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2188 ChoicesReadable="Ignore Nl Start Of File|Add Nl Start Of File|Remove Nl Start Of File|Force Nl Start Of File"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2189 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2190
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2191 [Nl Start Of File Min]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2192 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2193 Description="<html>The number of newlines at the start of the file (only used if nl_start_of_file is 'add' or 'force'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2194 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2195 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2196 CallName="nl_start_of_file_min="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2197 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2198 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2199 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2200
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2201 [Nl End Of File]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2202 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2203 Description="<html>Add or remove newline at the end of the file</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2204 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2205 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2206 Choices="nl_end_of_file=ignore|nl_end_of_file=add|nl_end_of_file=remove|nl_end_of_file=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2207 ChoicesReadable="Ignore Nl End Of File|Add Nl End Of File|Remove Nl End Of File|Force Nl End Of File"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2208 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2209
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2210 [Nl End Of File Min]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2211 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2212 Description="<html>The number of newlines at the end of the file (only used if nl_end_of_file is 'add' or 'force')</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2213 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2214 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2215 CallName="nl_end_of_file_min="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2216 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2217 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2218 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2219
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2220 [Nl Assign Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2221 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2222 Description="<html>Add or remove newline between '=' and '{'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2223 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2224 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2225 Choices="nl_assign_brace=ignore|nl_assign_brace=add|nl_assign_brace=remove|nl_assign_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2226 ChoicesReadable="Ignore Nl Assign Brace|Add Nl Assign Brace|Remove Nl Assign Brace|Force Nl Assign Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2227 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2228
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2229 [Nl Assign Square]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2230 Category=4
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2231 Description="<html>Add or remove newline between '=' and '[' (D only)</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2232 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2233 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2234 Choices="nl_assign_square=ignore|nl_assign_square=add|nl_assign_square=remove|nl_assign_square=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2235 ChoicesReadable="Ignore Nl Assign Square|Add Nl Assign Square|Remove Nl Assign Square|Force Nl Assign Square"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2236 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2237
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2238 [Nl After Square Assign]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2239 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2240 Description="<html>Add or remove newline after '= [' (D only). Will also affect the newline before the ']'</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2241 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2242 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2243 Choices="nl_after_square_assign=ignore|nl_after_square_assign=add|nl_after_square_assign=remove|nl_after_square_assign=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2244 ChoicesReadable="Ignore Nl After Square Assign|Add Nl After Square Assign|Remove Nl After Square Assign|Force Nl After Square Assign"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2245 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2246
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2247 [Nl Func Var Def Blk]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2248 Category=4
776
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
2249 Description="<html>The number of blank lines after a block of variable definitions at the top of a function body.<BR>0=no change (default)</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2250 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2251 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2252 CallName="nl_func_var_def_blk="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2253 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2254 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2255 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2256
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2257 [Nl Fcall Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2258 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2259 Description="<html>Add or remove newline between a function call's ')' and '{', as in:<BR>list_for_each(item, &amp;list) { }</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2260 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2261 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2262 Choices="nl_fcall_brace=ignore|nl_fcall_brace=add|nl_fcall_brace=remove|nl_fcall_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2263 ChoicesReadable="Ignore Nl Fcall Brace|Add Nl Fcall Brace|Remove Nl Fcall Brace|Force Nl Fcall Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2264 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2265
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2266 [Nl Enum Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2267 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2268 Description="<html>Add or remove newline between 'enum' and '{'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2269 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2270 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2271 Choices="nl_enum_brace=ignore|nl_enum_brace=add|nl_enum_brace=remove|nl_enum_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2272 ChoicesReadable="Ignore Nl Enum Brace|Add Nl Enum Brace|Remove Nl Enum Brace|Force Nl Enum Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2273 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2274
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2275 [Nl Struct Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2276 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2277 Description="<html>Add or remove newline between 'struct and '{'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2278 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2279 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2280 Choices="nl_struct_brace=ignore|nl_struct_brace=add|nl_struct_brace=remove|nl_struct_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2281 ChoicesReadable="Ignore Nl Struct Brace|Add Nl Struct Brace|Remove Nl Struct Brace|Force Nl Struct Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2282 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2283
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2284 [Nl Union Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2285 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2286 Description="<html>Add or remove newline between 'union' and '{'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2287 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2288 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2289 Choices="nl_union_brace=ignore|nl_union_brace=add|nl_union_brace=remove|nl_union_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2290 ChoicesReadable="Ignore Nl Union Brace|Add Nl Union Brace|Remove Nl Union Brace|Force Nl Union Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2291 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2292
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2293 [Nl If Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2294 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2295 Description="<html>Add or remove newline between 'if' and '{'</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2296 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2297 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2298 Choices="nl_if_brace=ignore|nl_if_brace=add|nl_if_brace=remove|nl_if_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2299 ChoicesReadable="Ignore Nl If Brace|Add Nl If Brace|Remove Nl If Brace|Force Nl If Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2300 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2301
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2302 [Nl Brace Else]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2303 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2304 Description="<html>Add or remove newline between '}' and 'else'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2305 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2306 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2307 Choices="nl_brace_else=ignore|nl_brace_else=add|nl_brace_else=remove|nl_brace_else=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2308 ChoicesReadable="Ignore Nl Brace Else|Add Nl Brace Else|Remove Nl Brace Else|Force Nl Brace Else"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2309 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2310
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2311 [Nl Elseif Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2312 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2313 Description="<html>Add or remove newline between 'else if' and '{'<BR>If set to ignore, nl_if_brace is used instead</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2314 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2315 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2316 Choices="nl_elseif_brace=ignore|nl_elseif_brace=add|nl_elseif_brace=remove|nl_elseif_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2317 ChoicesReadable="Ignore Nl Elseif Brace|Add Nl Elseif Brace|Remove Nl Elseif Brace|Force Nl Elseif Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2318 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2319
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2320 [Nl Else Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2321 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2322 Description="<html>Add or remove newline between 'else' and '{'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2323 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2324 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2325 Choices="nl_else_brace=ignore|nl_else_brace=add|nl_else_brace=remove|nl_else_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2326 ChoicesReadable="Ignore Nl Else Brace|Add Nl Else Brace|Remove Nl Else Brace|Force Nl Else Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2327 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2328
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2329 [Nl Else If]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2330 Category=4
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2331 Description="<html>Add or remove newline between 'else' and 'if'</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2332 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2333 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2334 Choices="nl_else_if=ignore|nl_else_if=add|nl_else_if=remove|nl_else_if=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2335 ChoicesReadable="Ignore Nl Else If|Add Nl Else If|Remove Nl Else If|Force Nl Else If"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2336 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2337
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2338 [Nl Brace Finally]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2339 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2340 Description="<html>Add or remove newline between '}' and 'finally'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2341 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2342 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2343 Choices="nl_brace_finally=ignore|nl_brace_finally=add|nl_brace_finally=remove|nl_brace_finally=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2344 ChoicesReadable="Ignore Nl Brace Finally|Add Nl Brace Finally|Remove Nl Brace Finally|Force Nl Brace Finally"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2345 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2346
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2347 [Nl Finally Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2348 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2349 Description="<html>Add or remove newline between 'finally' and '{'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2350 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2351 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2352 Choices="nl_finally_brace=ignore|nl_finally_brace=add|nl_finally_brace=remove|nl_finally_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2353 ChoicesReadable="Ignore Nl Finally Brace|Add Nl Finally Brace|Remove Nl Finally Brace|Force Nl Finally Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2354 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2355
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2356 [Nl Try Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2357 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2358 Description="<html>Add or remove newline between 'try' and '{'</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2359 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2360 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2361 Choices="nl_try_brace=ignore|nl_try_brace=add|nl_try_brace=remove|nl_try_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2362 ChoicesReadable="Ignore Nl Try Brace|Add Nl Try Brace|Remove Nl Try Brace|Force Nl Try Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2363 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2364
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2365 [Nl Getset Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2366 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2367 Description="<html>Add or remove newline between get/set and '{'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2368 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2369 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2370 Choices="nl_getset_brace=ignore|nl_getset_brace=add|nl_getset_brace=remove|nl_getset_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2371 ChoicesReadable="Ignore Nl Getset Brace|Add Nl Getset Brace|Remove Nl Getset Brace|Force Nl Getset Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2372 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2373
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2374 [Nl For Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2375 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2376 Description="<html>Add or remove newline between 'for' and '{'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2377 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2378 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2379 Choices="nl_for_brace=ignore|nl_for_brace=add|nl_for_brace=remove|nl_for_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2380 ChoicesReadable="Ignore Nl For Brace|Add Nl For Brace|Remove Nl For Brace|Force Nl For Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2381 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2382
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2383 [Nl Catch Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2384 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2385 Description="<html>Add or remove newline between 'catch' and '{'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2386 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2387 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2388 Choices="nl_catch_brace=ignore|nl_catch_brace=add|nl_catch_brace=remove|nl_catch_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2389 ChoicesReadable="Ignore Nl Catch Brace|Add Nl Catch Brace|Remove Nl Catch Brace|Force Nl Catch Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2390 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2391
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2392 [Nl Brace Catch]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2393 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2394 Description="<html>Add or remove newline between '}' and 'catch'</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2395 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2396 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2397 Choices="nl_brace_catch=ignore|nl_brace_catch=add|nl_brace_catch=remove|nl_brace_catch=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2398 ChoicesReadable="Ignore Nl Brace Catch|Add Nl Brace Catch|Remove Nl Brace Catch|Force Nl Brace Catch"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2399 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2400
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2401 [Nl While Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2402 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2403 Description="<html>Add or remove newline between 'while' and '{'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2404 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2405 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2406 Choices="nl_while_brace=ignore|nl_while_brace=add|nl_while_brace=remove|nl_while_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2407 ChoicesReadable="Ignore Nl While Brace|Add Nl While Brace|Remove Nl While Brace|Force Nl While Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2408 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2409
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2410 [Nl Using Brace]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2411 Category=4
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2412 Description="<html>Add or remove newline between 'using' and '{'</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2413 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2414 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2415 Choices="nl_using_brace=ignore|nl_using_brace=add|nl_using_brace=remove|nl_using_brace=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2416 ChoicesReadable="Ignore Nl Using Brace|Add Nl Using Brace|Remove Nl Using Brace|Force Nl Using Brace"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2417 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2418
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2419 [Nl Brace Brace]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2420 Category=4
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2421 Description="<html>Add or remove newline between two open or close braces.<BR>Due to general newline/brace handling, REMOVE may not work.</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2422 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2423 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2424 Choices="nl_brace_brace=ignore|nl_brace_brace=add|nl_brace_brace=remove|nl_brace_brace=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2425 ChoicesReadable="Ignore Nl Brace Brace|Add Nl Brace Brace|Remove Nl Brace Brace|Force Nl Brace Brace"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2426 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2427
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2428 [Nl Do Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2429 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2430 Description="<html>Add or remove newline between 'do' and '{'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2431 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2432 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2433 Choices="nl_do_brace=ignore|nl_do_brace=add|nl_do_brace=remove|nl_do_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2434 ChoicesReadable="Ignore Nl Do Brace|Add Nl Do Brace|Remove Nl Do Brace|Force Nl Do Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2435 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2436
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2437 [Nl Brace While]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2438 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2439 Description="<html>Add or remove newline between '}' and 'while' of 'do' statement</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2440 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2441 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2442 Choices="nl_brace_while=ignore|nl_brace_while=add|nl_brace_while=remove|nl_brace_while=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2443 ChoicesReadable="Ignore Nl Brace While|Add Nl Brace While|Remove Nl Brace While|Force Nl Brace While"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2444 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2445
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2446 [Nl Switch Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2447 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2448 Description="<html>Add or remove newline between 'switch' and '{'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2449 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2450 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2451 Choices="nl_switch_brace=ignore|nl_switch_brace=add|nl_switch_brace=remove|nl_switch_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2452 ChoicesReadable="Ignore Nl Switch Brace|Add Nl Switch Brace|Remove Nl Switch Brace|Force Nl Switch Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2453 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2454
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2455 [Nl Multi Line Cond]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2456 Category=4
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2457 Description="<html>Add a newline between ')' and '{' if the ')' is on a different line than the if/for/etc.<BR>Overrides nl_for_brace, nl_if_brace, nl_switch_brace, nl_while_switch, and nl_catch_brace.</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2458 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2459 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2460 TrueFalse=nl_multi_line_cond=true|nl_multi_line_cond=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2461 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2462
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2463 [Nl Multi Line Define]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2464 Category=4
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2465 Description="<html>Force a newline in a define after the macro name for multi-line defines.</html>"
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2466 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2467 EditorType=boolean
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2468 TrueFalse=nl_multi_line_define=true|nl_multi_line_define=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2469 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2470
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2471 [Nl Before Case]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2472 Category=4
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2473 Description="<html>Whether to put a newline before 'case' statement</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2474 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2475 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2476 TrueFalse=nl_before_case=true|nl_before_case=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2477 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2478
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2479 [Nl Before Throw]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2480 Category=4
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2481 Description="<html>Add or remove newline between ')' and 'throw'</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2482 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2483 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2484 Choices="nl_before_throw=ignore|nl_before_throw=add|nl_before_throw=remove|nl_before_throw=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2485 ChoicesReadable="Ignore Nl Before Throw|Add Nl Before Throw|Remove Nl Before Throw|Force Nl Before Throw"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2486 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2487
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2488 [Nl After Case]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2489 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2490 Description="<html>Whether to put a newline after 'case' statement</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2491 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2492 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2493 TrueFalse=nl_after_case=true|nl_after_case=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2494 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2495
776
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
2496 [Nl Case Colon Brace]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
2497 Category=4
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
2498 Description="<html>Add or remove a newline between a case ':' and '{'. Overrides nl_after_case.</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
2499 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
2500 EditorType=multiple
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
2501 Choices="nl_case_colon_brace=ignore|nl_case_colon_brace=add|nl_case_colon_brace=remove|nl_case_colon_brace=force"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
2502 ChoicesReadable="Ignore Nl Case Colon Brace|Add Nl Case Colon Brace|Remove Nl Case Colon Brace|Force Nl Case Colon Brace"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
2503 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
2504
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2505 [Nl Namespace Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2506 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2507 Description="<html>Newline between namespace and {</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2508 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2509 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2510 Choices="nl_namespace_brace=ignore|nl_namespace_brace=add|nl_namespace_brace=remove|nl_namespace_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2511 ChoicesReadable="Ignore Nl Namespace Brace|Add Nl Namespace Brace|Remove Nl Namespace Brace|Force Nl Namespace Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2512 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2513
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2514 [Nl Template Class]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2515 Category=4
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2516 Description="<html>Add or remove newline between 'template&lt;&gt;' and whatever follows.</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2517 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2518 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2519 Choices="nl_template_class=ignore|nl_template_class=add|nl_template_class=remove|nl_template_class=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2520 ChoicesReadable="Ignore Nl Template Class|Add Nl Template Class|Remove Nl Template Class|Force Nl Template Class"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2521 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2522
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2523 [Nl Class Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2524 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2525 Description="<html>Add or remove newline between 'class' and '{'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2526 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2527 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2528 Choices="nl_class_brace=ignore|nl_class_brace=add|nl_class_brace=remove|nl_class_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2529 ChoicesReadable="Ignore Nl Class Brace|Add Nl Class Brace|Remove Nl Class Brace|Force Nl Class Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2530 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2531
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2532 [Nl Class Init Args]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2533 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2534 Description="<html>Add or remove newline after each ',' in the constructor member initialization</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2535 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2536 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2537 Choices="nl_class_init_args=ignore|nl_class_init_args=add|nl_class_init_args=remove|nl_class_init_args=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2538 ChoicesReadable="Ignore Nl Class Init Args|Add Nl Class Init Args|Remove Nl Class Init Args|Force Nl Class Init Args"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2539 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2540
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2541 [Nl Func Type Name]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2542 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2543 Description="<html>Add or remove newline between return type and function name in a function definition</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2544 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2545 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2546 Choices="nl_func_type_name=ignore|nl_func_type_name=add|nl_func_type_name=remove|nl_func_type_name=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2547 ChoicesReadable="Ignore Nl Func Type Name|Add Nl Func Type Name|Remove Nl Func Type Name|Force Nl Func Type Name"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2548 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2549
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2550 [Nl Func Type Name Class]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2551 Category=4
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2552 Description="<html>Add or remove newline between return type and function name inside a class {}<BR>Uses nl_func_type_name or nl_func_proto_type_name if set to ignore.</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2553 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2554 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2555 Choices="nl_func_type_name_class=ignore|nl_func_type_name_class=add|nl_func_type_name_class=remove|nl_func_type_name_class=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2556 ChoicesReadable="Ignore Nl Func Type Name Class|Add Nl Func Type Name Class|Remove Nl Func Type Name Class|Force Nl Func Type Name Class"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2557 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2558
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2559 [Nl Func Scope Name]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2560 Category=4
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2561 Description="<html>Add or remove newline between function scope and name in a definition<BR>Controls the newline after '::' in 'void A::f() { }'</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2562 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2563 EditorType=multiple
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2564 Choices="nl_func_scope_name=ignore|nl_func_scope_name=add|nl_func_scope_name=remove|nl_func_scope_name=force"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2565 ChoicesReadable="Ignore Nl Func Scope Name|Add Nl Func Scope Name|Remove Nl Func Scope Name|Force Nl Func Scope Name"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2566 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2567
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2568 [Nl Func Proto Type Name]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2569 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2570 Description="<html>Add or remove newline between return type and function name in a prototype</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2571 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2572 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2573 Choices="nl_func_proto_type_name=ignore|nl_func_proto_type_name=add|nl_func_proto_type_name=remove|nl_func_proto_type_name=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2574 ChoicesReadable="Ignore Nl Func Proto Type Name|Add Nl Func Proto Type Name|Remove Nl Func Proto Type Name|Force Nl Func Proto Type Name"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2575 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2576
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2577 [Nl Func Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2578 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2579 Description="<html>Add or remove newline between a function name and the opening '('</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2580 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2581 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2582 Choices="nl_func_paren=ignore|nl_func_paren=add|nl_func_paren=remove|nl_func_paren=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2583 ChoicesReadable="Ignore Nl Func Paren|Add Nl Func Paren|Remove Nl Func Paren|Force Nl Func Paren"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2584 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2585
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2586 [Nl Func Def Paren]
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2587 Category=4
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2588 Description="<html>Add or remove newline between a function name and the opening '(' in the definition</html>"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2589 Enabled=false
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2590 EditorType=multiple
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2591 Choices="nl_func_def_paren=ignore|nl_func_def_paren=add|nl_func_def_paren=remove|nl_func_def_paren=force"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2592 ChoicesReadable="Ignore Nl Func Def Paren|Add Nl Func Def Paren|Remove Nl Func Def Paren|Force Nl Func Def Paren"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2593 ValueDefault=0
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2594
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2595 [Nl Func Decl Start]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2596 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2597 Description="<html>Add or remove newline after '(' in a function declaration</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2598 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2599 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2600 Choices="nl_func_decl_start=ignore|nl_func_decl_start=add|nl_func_decl_start=remove|nl_func_decl_start=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2601 ChoicesReadable="Ignore Nl Func Decl Start|Add Nl Func Decl Start|Remove Nl Func Decl Start|Force Nl Func Decl Start"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2602 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2603
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2604 [Nl Func Def Start]
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2605 Category=4
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2606 Description="<html>Add or remove newline after '(' in a function definition</html>"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2607 Enabled=false
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2608 EditorType=multiple
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2609 Choices="nl_func_def_start=ignore|nl_func_def_start=add|nl_func_def_start=remove|nl_func_def_start=force"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2610 ChoicesReadable="Ignore Nl Func Def Start|Add Nl Func Def Start|Remove Nl Func Def Start|Force Nl Func Def Start"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2611 ValueDefault=0
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2612
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2613 [Nl Func Decl Start Single]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2614 Category=4
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2615 Description="<html>Overrides nl_func_decl_start when there is only one parameter.</html>"
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2616 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2617 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2618 Choices="nl_func_decl_start_single=ignore|nl_func_decl_start_single=add|nl_func_decl_start_single=remove|nl_func_decl_start_single=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2619 ChoicesReadable="Ignore Nl Func Decl Start Single|Add Nl Func Decl Start Single|Remove Nl Func Decl Start Single|Force Nl Func Decl Start Single"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2620 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2621
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2622 [Nl Func Def Start Single]
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2623 Category=4
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2624 Description="<html>Overrides nl_func_def_start when there is only one parameter.</html>"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2625 Enabled=false
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2626 EditorType=multiple
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2627 Choices="nl_func_def_start_single=ignore|nl_func_def_start_single=add|nl_func_def_start_single=remove|nl_func_def_start_single=force"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2628 ChoicesReadable="Ignore Nl Func Def Start Single|Add Nl Func Def Start Single|Remove Nl Func Def Start Single|Force Nl Func Def Start Single"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2629 ValueDefault=0
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2630
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2631 [Nl Func Decl Args]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2632 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2633 Description="<html>Add or remove newline after each ',' in a function declaration</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2634 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2635 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2636 Choices="nl_func_decl_args=ignore|nl_func_decl_args=add|nl_func_decl_args=remove|nl_func_decl_args=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2637 ChoicesReadable="Ignore Nl Func Decl Args|Add Nl Func Decl Args|Remove Nl Func Decl Args|Force Nl Func Decl Args"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2638 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2639
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2640 [Nl Func Def Args]
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2641 Category=4
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2642 Description="<html>Add or remove newline after each ',' in a function definition</html>"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2643 Enabled=false
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2644 EditorType=multiple
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2645 Choices="nl_func_def_args=ignore|nl_func_def_args=add|nl_func_def_args=remove|nl_func_def_args=force"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2646 ChoicesReadable="Ignore Nl Func Def Args|Add Nl Func Def Args|Remove Nl Func Def Args|Force Nl Func Def Args"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2647 ValueDefault=0
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2648
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2649 [Nl Func Decl End]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2650 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2651 Description="<html>Add or remove newline before the ')' in a function declaration</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2652 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2653 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2654 Choices="nl_func_decl_end=ignore|nl_func_decl_end=add|nl_func_decl_end=remove|nl_func_decl_end=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2655 ChoicesReadable="Ignore Nl Func Decl End|Add Nl Func Decl End|Remove Nl Func Decl End|Force Nl Func Decl End"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2656 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2657
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2658 [Nl Func Def End]
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2659 Category=4
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2660 Description="<html>Add or remove newline before the ')' in a function definition</html>"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2661 Enabled=false
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2662 EditorType=multiple
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2663 Choices="nl_func_def_end=ignore|nl_func_def_end=add|nl_func_def_end=remove|nl_func_def_end=force"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2664 ChoicesReadable="Ignore Nl Func Def End|Add Nl Func Def End|Remove Nl Func Def End|Force Nl Func Def End"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2665 ValueDefault=0
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2666
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2667 [Nl Func Decl End Single]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2668 Category=4
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2669 Description="<html>Overrides nl_func_decl_end when there is only one parameter.</html>"
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2670 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2671 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2672 Choices="nl_func_decl_end_single=ignore|nl_func_decl_end_single=add|nl_func_decl_end_single=remove|nl_func_decl_end_single=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2673 ChoicesReadable="Ignore Nl Func Decl End Single|Add Nl Func Decl End Single|Remove Nl Func Decl End Single|Force Nl Func Decl End Single"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2674 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2675
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2676 [Nl Func Def End Single]
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2677 Category=4
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2678 Description="<html>Overrides nl_func_def_end when there is only one parameter.</html>"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2679 Enabled=false
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2680 EditorType=multiple
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2681 Choices="nl_func_def_end_single=ignore|nl_func_def_end_single=add|nl_func_def_end_single=remove|nl_func_def_end_single=force"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2682 ChoicesReadable="Ignore Nl Func Def End Single|Add Nl Func Def End Single|Remove Nl Func Def End Single|Force Nl Func Def End Single"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2683 ValueDefault=0
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2684
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2685 [Nl Func Decl Empty]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2686 Category=4
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2687 Description="<html>Add or remove newline between '()' in a function declaration.</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2688 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2689 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2690 Choices="nl_func_decl_empty=ignore|nl_func_decl_empty=add|nl_func_decl_empty=remove|nl_func_decl_empty=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2691 ChoicesReadable="Ignore Nl Func Decl Empty|Add Nl Func Decl Empty|Remove Nl Func Decl Empty|Force Nl Func Decl Empty"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2692 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2693
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2694 [Nl Func Def Empty]
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2695 Category=4
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2696 Description="<html>Add or remove newline between '()' in a function definition.</html>"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2697 Enabled=false
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2698 EditorType=multiple
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2699 Choices="nl_func_def_empty=ignore|nl_func_def_empty=add|nl_func_def_empty=remove|nl_func_def_empty=force"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2700 ChoicesReadable="Ignore Nl Func Def Empty|Add Nl Func Def Empty|Remove Nl Func Def Empty|Force Nl Func Def Empty"
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2701 ValueDefault=0
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2702
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2703 [Nl Fdef Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2704 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2705 Description="<html>Add or remove newline between function signature and '{'</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2706 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2707 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2708 Choices="nl_fdef_brace=ignore|nl_fdef_brace=add|nl_fdef_brace=remove|nl_fdef_brace=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2709 ChoicesReadable="Ignore Nl Fdef Brace|Add Nl Fdef Brace|Remove Nl Fdef Brace|Force Nl Fdef Brace"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2710 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2711
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2712 [Nl After Return]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2713 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2714 Description="<html>Whether to put a newline after 'return' statement</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2715 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2716 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2717 TrueFalse=nl_after_return=true|nl_after_return=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2718 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2719
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2720 [Nl Return Expr]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2721 Category=4
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2722 Description="<html>Add or remove a newline between the return keyword and return expression.</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2723 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2724 EditorType=multiple
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2725 Choices="nl_return_expr=ignore|nl_return_expr=add|nl_return_expr=remove|nl_return_expr=force"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2726 ChoicesReadable="Ignore Nl Return Expr|Add Nl Return Expr|Remove Nl Return Expr|Force Nl Return Expr"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2727 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2728
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2729 [Nl After Semicolon]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2730 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2731 Description="<html>Whether to put a newline after semicolons, except in 'for' statements</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2732 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2733 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2734 TrueFalse=nl_after_semicolon=true|nl_after_semicolon=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2735 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2736
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2737 [Nl After Brace Open]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2738 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2739 Description="<html>Whether to put a newline after brace open.<BR>This also adds a newline before the matching brace close.</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2740 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2741 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2742 TrueFalse=nl_after_brace_open=true|nl_after_brace_open=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2743 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2744
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2745 [Nl After Brace Open Cmt]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2746 Category=4
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2747 Description="<html>If nl_after_brace_open and nl_after_brace_open_cmt are true, a newline is<BR>placed between the open brace and a trailing single-line comment.</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2748 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2749 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2750 TrueFalse=nl_after_brace_open_cmt=true|nl_after_brace_open_cmt=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2751 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2752
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2753 [Nl After Vbrace Open]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2754 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2755 Description="<html>Whether to put a newline after a virtual brace open with a non-empty body.<BR>These occur in un-braced if/while/do/for statement bodies.</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2756 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2757 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2758 TrueFalse=nl_after_vbrace_open=true|nl_after_vbrace_open=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2759 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2760
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2761 [Nl After Vbrace Open Empty]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2762 Category=4
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2763 Description="<html>Whether to put a newline after a virtual brace open with an empty body.<BR>These occur in un-braced if/while/do/for statement bodies.</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2764 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2765 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2766 TrueFalse=nl_after_vbrace_open_empty=true|nl_after_vbrace_open_empty=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2767 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2768
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2769 [Nl After Brace Close]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2770 Category=4
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2771 Description="<html>Whether to put a newline after a brace close.<BR>Does not apply if followed by a necessary ';'.</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2772 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2773 EditorType=boolean
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2774 TrueFalse=nl_after_brace_close=true|nl_after_brace_close=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2775 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
2776
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2777 [Nl After Vbrace Close]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2778 Category=4
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2779 Description="<html>Whether to put a newline after a virtual brace close.<BR>Would add a newline before return in: 'if (foo) a++; return;'</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2780 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2781 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2782 TrueFalse=nl_after_vbrace_close=true|nl_after_vbrace_close=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2783 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2784
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2785 [Nl Define Macro]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2786 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2787 Description="<html>Whether to alter newlines in '#define' macros</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2788 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2789 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2790 TrueFalse=nl_define_macro=true|nl_define_macro=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2791 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2792
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2793 [Nl Squeeze Ifdef]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2794 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2795 Description="<html>Whether to not put blanks after '#ifxx', '#elxx', or before '#endif'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2796 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2797 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2798 TrueFalse=nl_squeeze_ifdef=true|nl_squeeze_ifdef=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2799 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2800
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2801 [Nl Before If]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2802 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2803 Description="<html>Add or remove blank line before 'if'</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2804 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2805 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2806 Choices="nl_before_if=ignore|nl_before_if=add|nl_before_if=remove|nl_before_if=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2807 ChoicesReadable="Ignore Nl Before If|Add Nl Before If|Remove Nl Before If|Force Nl Before If"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2808 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2809
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2810 [Nl After If]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2811 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2812 Description="<html>Add or remove blank line after 'if' statement</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2813 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2814 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2815 Choices="nl_after_if=ignore|nl_after_if=add|nl_after_if=remove|nl_after_if=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2816 ChoicesReadable="Ignore Nl After If|Add Nl After If|Remove Nl After If|Force Nl After If"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2817 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2818
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2819 [Nl Before For]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2820 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2821 Description="<html>Add or remove blank line before 'for'</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2822 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2823 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2824 Choices="nl_before_for=ignore|nl_before_for=add|nl_before_for=remove|nl_before_for=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2825 ChoicesReadable="Ignore Nl Before For|Add Nl Before For|Remove Nl Before For|Force Nl Before For"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2826 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2827
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2828 [Nl After For]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2829 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2830 Description="<html>Add or remove blank line after 'for' statement</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2831 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2832 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2833 Choices="nl_after_for=ignore|nl_after_for=add|nl_after_for=remove|nl_after_for=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2834 ChoicesReadable="Ignore Nl After For|Add Nl After For|Remove Nl After For|Force Nl After For"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2835 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2836
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2837 [Nl Before While]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2838 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2839 Description="<html>Add or remove blank line before 'while'</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2840 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2841 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2842 Choices="nl_before_while=ignore|nl_before_while=add|nl_before_while=remove|nl_before_while=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2843 ChoicesReadable="Ignore Nl Before While|Add Nl Before While|Remove Nl Before While|Force Nl Before While"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2844 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2845
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2846 [Nl After While]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2847 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2848 Description="<html>Add or remove blank line after 'while' statement</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2849 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2850 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2851 Choices="nl_after_while=ignore|nl_after_while=add|nl_after_while=remove|nl_after_while=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2852 ChoicesReadable="Ignore Nl After While|Add Nl After While|Remove Nl After While|Force Nl After While"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2853 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2854
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2855 [Nl Before Switch]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2856 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2857 Description="<html>Add or remove blank line before 'switch'</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2858 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2859 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2860 Choices="nl_before_switch=ignore|nl_before_switch=add|nl_before_switch=remove|nl_before_switch=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2861 ChoicesReadable="Ignore Nl Before Switch|Add Nl Before Switch|Remove Nl Before Switch|Force Nl Before Switch"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2862 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2863
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2864 [Nl After Switch]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2865 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2866 Description="<html>Add or remove blank line after 'switch' statement</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2867 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2868 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2869 Choices="nl_after_switch=ignore|nl_after_switch=add|nl_after_switch=remove|nl_after_switch=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2870 ChoicesReadable="Ignore Nl After Switch|Add Nl After Switch|Remove Nl After Switch|Force Nl After Switch"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2871 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2872
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2873 [Nl Before Do]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2874 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2875 Description="<html>Add or remove blank line before 'do'</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2876 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2877 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2878 Choices="nl_before_do=ignore|nl_before_do=add|nl_before_do=remove|nl_before_do=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2879 ChoicesReadable="Ignore Nl Before Do|Add Nl Before Do|Remove Nl Before Do|Force Nl Before Do"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2880 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2881
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2882 [Nl After Do]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2883 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2884 Description="<html>Add or remove blank line after 'do/while' statement</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2885 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2886 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2887 Choices="nl_after_do=ignore|nl_after_do=add|nl_after_do=remove|nl_after_do=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2888 ChoicesReadable="Ignore Nl After Do|Add Nl After Do|Remove Nl After Do|Force Nl After Do"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2889 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2890
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2891 [Nl Ds Struct Enum Cmt]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2892 Category=4
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2893 Description="<html>Whether to double-space commented-entries in struct/enum</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2894 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2895 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2896 TrueFalse=nl_ds_struct_enum_cmt=true|nl_ds_struct_enum_cmt=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2897 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2898
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2899 [Nl Ds Struct Enum Close Brace]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2900 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2901 Description="<html>Whether to double-space before the close brace of a struct/union/enum<BR>(lower priority than 'eat_blanks_before_close_brace')</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2902 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2903 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2904 TrueFalse=nl_ds_struct_enum_close_brace=true|nl_ds_struct_enum_close_brace=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2905 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2906
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2907 [Nl Class Colon]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2908 Category=4
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2909 Description="<html>Add or remove a newline around a class colon.<BR>Related to pos_class_colon, nl_class_init_args, and pos_comma.</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2910 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2911 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2912 Choices="nl_class_colon=ignore|nl_class_colon=add|nl_class_colon=remove|nl_class_colon=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2913 ChoicesReadable="Ignore Nl Class Colon|Add Nl Class Colon|Remove Nl Class Colon|Force Nl Class Colon"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2914 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2915
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2916 [Nl Create If One Liner]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2917 Category=4
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2918 Description="<html>Change simple unbraced if statements into a one-liner<BR>'if(b)\n i++;' =&gt; 'if(b) i++;'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2919 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2920 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2921 TrueFalse=nl_create_if_one_liner=true|nl_create_if_one_liner=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2922 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2923
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2924 [Nl Create For One Liner]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2925 Category=4
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2926 Description="<html>Change simple unbraced for statements into a one-liner<BR>'for (i=0;i&lt;5;i++)\n foo(i);' =&gt; 'for (i=0;i&lt;5;i++) foo(i);'</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2927 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2928 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2929 TrueFalse=nl_create_for_one_liner=true|nl_create_for_one_liner=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2930 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2931
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2932 [Nl Create While One Liner]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2933 Category=4
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2934 Description="<html>Change simple unbraced while statements into a one-liner<BR>'while (i&lt;5)\n foo(i++);' =&gt; 'while (i&lt;5) foo(i++);'</html>"
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2935 Enabled=false
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2936 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2937 TrueFalse=nl_create_while_one_liner=true|nl_create_while_one_liner=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2938 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2939
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2940 [Pos Arith]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2941 Category=5
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2942 Description="<html>The position of arithmetic operators in wrapped expressions</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2943 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2944 EditorType=multiple
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2945 Choices="pos_arith=ignore|pos_arith=lead|pos_arith=lead_break|pos_arith=lead_force|pos_arith=trail|pos_arith=trail_break|pos_arith=trail_force"
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2946 ChoicesReadable="Ignore Pos Arith|Lead Pos Arith|Lead Break Pos Arith|Lead Force Pos Arith|Trail Pos Arith|Trail Break Pos Arith|Trail Force Pos Arith"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2947 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2948
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2949 [Pos Assign]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2950 Category=5
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2951 Description="<html>The position of assignment in wrapped expressions.<BR>Do not affect '=' followed by '{'</html>"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2952 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2953 EditorType=multiple
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2954 Choices="pos_assign=ignore|pos_assign=lead|pos_assign=lead_break|pos_assign=lead_force|pos_assign=trail|pos_assign=trail_break|pos_assign=trail_force"
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2955 ChoicesReadable="Ignore Pos Assign|Lead Pos Assign|Lead Break Pos Assign|Lead Force Pos Assign|Trail Pos Assign|Trail Break Pos Assign|Trail Force Pos Assign"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2956 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2957
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2958 [Pos Bool]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2959 Category=5
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2960 Description="<html>The position of boolean operators in wrapped expressions</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2961 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2962 EditorType=multiple
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2963 Choices="pos_bool=ignore|pos_bool=lead|pos_bool=lead_break|pos_bool=lead_force|pos_bool=trail|pos_bool=trail_break|pos_bool=trail_force"
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2964 ChoicesReadable="Ignore Pos Bool|Lead Pos Bool|Lead Break Pos Bool|Lead Force Pos Bool|Trail Pos Bool|Trail Break Pos Bool|Trail Force Pos Bool"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2965 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2966
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2967 [Pos Compare]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2968 Category=5
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2969 Description="<html>The position of comparison operators in wrapped expressions</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2970 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2971 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2972 Choices="pos_compare=ignore|pos_compare=lead|pos_compare=lead_break|pos_compare=lead_force|pos_compare=trail|pos_compare=trail_break|pos_compare=trail_force"
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2973 ChoicesReadable="Ignore Pos Compare|Lead Pos Compare|Lead Break Pos Compare|Lead Force Pos Compare|Trail Pos Compare|Trail Break Pos Compare|Trail Force Pos Compare"
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2974 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2975
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2976 [Pos Conditional]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2977 Category=5
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2978 Description="<html>The position of conditional (b ? t : f) operators in wrapped expressions</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2979 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2980 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2981 Choices="pos_conditional=ignore|pos_conditional=lead|pos_conditional=lead_break|pos_conditional=lead_force|pos_conditional=trail|pos_conditional=trail_break|pos_conditional=trail_force"
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2982 ChoicesReadable="Ignore Pos Conditional|Lead Pos Conditional|Lead Break Pos Conditional|Lead Force Pos Conditional|Trail Pos Conditional|Trail Break Pos Conditional|Trail Force Pos Conditional"
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2983 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2984
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2985 [Pos Comma]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2986 Category=5
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2987 Description="<html>The position of the comma in wrapped expressions</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2988 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2989 EditorType=multiple
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2990 Choices="pos_comma=ignore|pos_comma=lead|pos_comma=lead_break|pos_comma=lead_force|pos_comma=trail|pos_comma=trail_break|pos_comma=trail_force"
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
2991 ChoicesReadable="Ignore Pos Comma|Lead Pos Comma|Lead Break Pos Comma|Lead Force Pos Comma|Trail Pos Comma|Trail Break Pos Comma|Trail Force Pos Comma"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2992 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2993
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2994 [Pos Class Comma]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2995 Category=5
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2996 Description="<html>The position of the comma in the constructor initialization list</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2997 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2998 EditorType=multiple
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2999 Choices="pos_class_comma=ignore|pos_class_comma=lead|pos_class_comma=lead_break|pos_class_comma=lead_force|pos_class_comma=trail|pos_class_comma=trail_break|pos_class_comma=trail_force"
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
3000 ChoicesReadable="Ignore Pos Class Comma|Lead Pos Class Comma|Lead Break Pos Class Comma|Lead Force Pos Class Comma|Trail Pos Class Comma|Trail Break Pos Class Comma|Trail Force Pos Class Comma"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3001 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3002
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3003 [Pos Class Colon]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3004 Category=5
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3005 Description="<html>The position of colons between constructor and member initialization</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3006 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3007 EditorType=multiple
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3008 Choices="pos_class_colon=ignore|pos_class_colon=lead|pos_class_colon=lead_break|pos_class_colon=lead_force|pos_class_colon=trail|pos_class_colon=trail_break|pos_class_colon=trail_force"
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
3009 ChoicesReadable="Ignore Pos Class Colon|Lead Pos Class Colon|Lead Break Pos Class Colon|Lead Force Pos Class Colon|Trail Pos Class Colon|Trail Break Pos Class Colon|Trail Force Pos Class Colon"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3010 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3011
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3012 [Code Width]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3013 Category=6
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3014 Description="<html>Try to limit code width to N number of columns</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3015 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3016 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3017 CallName="code_width="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3018 MinVal=16
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3019 MaxVal=256
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3020 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3021
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3022 [Ls For Split Full]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3023 Category=6
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3024 Description="<html>Whether to fully split long 'for' statements at semi-colons</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3025 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3026 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3027 TrueFalse=ls_for_split_full=true|ls_for_split_full=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3028 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3029
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3030 [Ls Func Split Full]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3031 Category=6
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3032 Description="<html>Whether to fully split long function protos/calls at commas</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3033 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3034 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3035 TrueFalse=ls_func_split_full=true|ls_func_split_full=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3036 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3037
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3038 [Nl Max]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3039 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3040 Description="<html>The maximum consecutive newlines</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3041 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3042 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3043 CallName="nl_max="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3044 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3045 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3046 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3047
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3048 [Nl After Func Proto]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3049 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3050 Description="<html>The number of newlines after a function prototype, if followed by another function prototype</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3051 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3052 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3053 CallName="nl_after_func_proto="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3054 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3055 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3056 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3057
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3058 [Nl After Func Proto Group]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3059 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3060 Description="<html>The number of newlines after a function prototype, if not followed by another function prototype</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3061 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3062 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3063 CallName="nl_after_func_proto_group="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3064 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3065 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3066 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3067
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3068 [Nl After Func Body]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3069 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3070 Description="<html>The number of newlines after '}' of a multi-line function body</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3071 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3072 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3073 CallName="nl_after_func_body="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3074 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3075 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3076 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3077
776
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3078 [Nl After Func Body Class]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3079 Category=7
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3080 Description="<html>The number of newlines after '}' of a multi-line function body in a class declaration</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3081 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3082 EditorType=numeric
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3083 CallName="nl_after_func_body_class="
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3084 MinVal=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3085 MaxVal=16
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3086 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3087
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3088 [Nl After Func Body One Liner]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3089 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3090 Description="<html>The number of newlines after '}' of a single line function body</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3091 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3092 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3093 CallName="nl_after_func_body_one_liner="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3094 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3095 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3096 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3097
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3098 [Nl Before Block Comment]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3099 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3100 Description="<html>The minimum number of newlines before a multi-line comment.<BR>Doesn't apply if after a brace open or another multi-line comment.</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3101 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3102 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3103 CallName="nl_before_block_comment="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3104 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3105 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3106 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3107
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3108 [Nl Before C Comment]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3109 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3110 Description="<html>The minimum number of newlines before a single-line C comment.<BR>Doesn't apply if after a brace open or other single-line C comments.</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3111 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3112 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3113 CallName="nl_before_c_comment="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3114 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3115 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3116 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3117
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3118 [Nl Before Cpp Comment]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3119 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3120 Description="<html>The minimum number of newlines before a CPP comment.<BR>Doesn't apply if after a brace open or other CPP comments.</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3121 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3122 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3123 CallName="nl_before_cpp_comment="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3124 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3125 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3126 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3127
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3128 [Nl After Multiline Comment]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3129 Category=7
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3130 Description="<html>Whether to force a newline after a multi-line comment.</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3131 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3132 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3133 TrueFalse=nl_after_multiline_comment=true|nl_after_multiline_comment=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3134 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3135
776
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3136 [Nl After Struct]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3137 Category=7
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3138 Description="<html>The number of newlines after '}' or ';' of a struct/enum/union definition</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3139 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3140 EditorType=numeric
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3141 CallName="nl_after_struct="
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3142 MinVal=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3143 MaxVal=16
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3144 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3145
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3146 [Nl After Class]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3147 Category=7
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3148 Description="<html>The number of newlines after '}' or ';' of a class definition</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3149 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3150 EditorType=numeric
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3151 CallName="nl_after_class="
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3152 MinVal=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3153 MaxVal=16
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3154 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3155
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3156 [Nl Before Access Spec]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3157 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3158 Description="<html>The number of newlines before a 'private:', 'public:', 'protected:', 'signals:', or 'slots:' label.<BR>Will not change the newline count if after a brace open.<BR>0 = No change.</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3159 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3160 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3161 CallName="nl_before_access_spec="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3162 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3163 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3164 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3165
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3166 [Nl After Access Spec]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3167 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3168 Description="<html>The number of newlines after a 'private:', 'public:', 'protected:', 'signals:', or 'slots:' label.<BR>0 = No change.</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3169 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3170 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3171 CallName="nl_after_access_spec="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3172 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3173 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3174 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3175
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3176 [Nl Comment Func Def]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3177 Category=7
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3178 Description="<html>The number of newlines between a function def and the function comment.<BR>0 = No change.</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3179 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3180 EditorType=numeric
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3181 CallName="nl_comment_func_def="
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3182 MinVal=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3183 MaxVal=16
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3184 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3185
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3186 [Nl After Try Catch Finally]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3187 Category=7
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3188 Description="<html>The number of newlines after a try-catch-finally block that isn't followed by a brace close.<BR>0 = No change.</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3189 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3190 EditorType=numeric
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3191 CallName="nl_after_try_catch_finally="
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3192 MinVal=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3193 MaxVal=16
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3194 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3195
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3196 [Nl Around Cs Property]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3197 Category=7
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3198 Description="<html>The number of newlines before and after a property, indexer or event decl.<BR>0 = No change.</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3199 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3200 EditorType=numeric
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3201 CallName="nl_around_cs_property="
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3202 MinVal=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3203 MaxVal=16
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3204 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3205
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3206 [Nl Between Get Set]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3207 Category=7
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3208 Description="<html>The number of newlines between the get/set/add/remove handlers in C#.<BR>0 = No change.</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3209 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3210 EditorType=numeric
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3211 CallName="nl_between_get_set="
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3212 MinVal=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3213 MaxVal=16
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3214 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3215
776
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3216 [Nl Property Brace]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3217 Category=7
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3218 Description="<html>Add or remove newline between C# property and the '{'</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3219 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3220 EditorType=multiple
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3221 Choices="nl_property_brace=ignore|nl_property_brace=add|nl_property_brace=remove|nl_property_brace=force"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3222 ChoicesReadable="Ignore Nl Property Brace|Add Nl Property Brace|Remove Nl Property Brace|Force Nl Property Brace"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3223 ValueDefault=0
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3224
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3225 [Eat Blanks After Open Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3226 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3227 Description="<html>Whether to remove blank lines after '{'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3228 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3229 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3230 TrueFalse=eat_blanks_after_open_brace=true|eat_blanks_after_open_brace=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3231 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3232
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3233 [Eat Blanks Before Close Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3234 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3235 Description="<html>Whether to remove blank lines before '}'</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3236 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3237 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3238 TrueFalse=eat_blanks_before_close_brace=true|eat_blanks_before_close_brace=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3239 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3240
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3241 [Mod Full Brace Do]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3242 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3243 Description="<html>Add or remove braces on single-line 'do' statement</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3244 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3245 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3246 Choices="mod_full_brace_do=ignore|mod_full_brace_do=add|mod_full_brace_do=remove|mod_full_brace_do=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3247 ChoicesReadable="Ignore Mod Full Brace Do|Add Mod Full Brace Do|Remove Mod Full Brace Do|Force Mod Full Brace Do"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3248 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3249
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3250 [Mod Full Brace For]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3251 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3252 Description="<html>Add or remove braces on single-line 'for' statement</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3253 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3254 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3255 Choices="mod_full_brace_for=ignore|mod_full_brace_for=add|mod_full_brace_for=remove|mod_full_brace_for=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3256 ChoicesReadable="Ignore Mod Full Brace For|Add Mod Full Brace For|Remove Mod Full Brace For|Force Mod Full Brace For"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3257 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3258
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3259 [Mod Full Brace Function]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3260 Category=8
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3261 Description="<html>Add or remove braces on single-line function definitions. (Pawn)</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3262 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3263 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3264 Choices="mod_full_brace_function=ignore|mod_full_brace_function=add|mod_full_brace_function=remove|mod_full_brace_function=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3265 ChoicesReadable="Ignore Mod Full Brace Function|Add Mod Full Brace Function|Remove Mod Full Brace Function|Force Mod Full Brace Function"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3266 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3267
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3268 [Mod Full Brace If]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3269 Category=8
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3270 Description="<html>Add or remove braces on single-line 'if' statement. Will not remove the braces if they contain an 'else'.</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3271 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3272 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3273 Choices="mod_full_brace_if=ignore|mod_full_brace_if=add|mod_full_brace_if=remove|mod_full_brace_if=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3274 ChoicesReadable="Ignore Mod Full Brace If|Add Mod Full Brace If|Remove Mod Full Brace If|Force Mod Full Brace If"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3275 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3276
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3277 [Mod Full Brace If Chain]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3278 Category=8
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3279 Description="<html>Make all if/elseif/else statements in a chain be braced or not. Overrides mod_full_brace_if.<BR>If any must be braced, they are all braced. If all can be unbraced, then the braces are removed.</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3280 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3281 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3282 TrueFalse=mod_full_brace_if_chain=true|mod_full_brace_if_chain=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3283 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3284
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3285 [Mod Full Brace Nl]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3286 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3287 Description="<html>Don't remove braces around statements that span N newlines</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3288 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3289 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3290 CallName="mod_full_brace_nl="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3291 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3292 MaxVal=5000
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3293 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3294
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3295 [Mod Full Brace While]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3296 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3297 Description="<html>Add or remove braces on single-line 'while' statement</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3298 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3299 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3300 Choices="mod_full_brace_while=ignore|mod_full_brace_while=add|mod_full_brace_while=remove|mod_full_brace_while=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3301 ChoicesReadable="Ignore Mod Full Brace While|Add Mod Full Brace While|Remove Mod Full Brace While|Force Mod Full Brace While"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3302 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3303
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3304 [Mod Full Brace Using]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3305 Category=8
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3306 Description="<html>Add or remove braces on single-line 'using ()' statement</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3307 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3308 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3309 Choices="mod_full_brace_using=ignore|mod_full_brace_using=add|mod_full_brace_using=remove|mod_full_brace_using=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3310 ChoicesReadable="Ignore Mod Full Brace Using|Add Mod Full Brace Using|Remove Mod Full Brace Using|Force Mod Full Brace Using"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3311 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3312
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3313 [Mod Paren On Return]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3314 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3315 Description="<html>Add or remove unnecessary paren on 'return' statement</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3316 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3317 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3318 Choices="mod_paren_on_return=ignore|mod_paren_on_return=add|mod_paren_on_return=remove|mod_paren_on_return=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3319 ChoicesReadable="Ignore Mod Paren On Return|Add Mod Paren On Return|Remove Mod Paren On Return|Force Mod Paren On Return"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3320 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3321
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3322 [Mod Pawn Semicolon]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3323 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3324 Description="<html>Whether to change optional semicolons to real semicolons</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3325 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3326 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3327 TrueFalse=mod_pawn_semicolon=true|mod_pawn_semicolon=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3328 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3329
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3330 [Mod Full Paren If Bool]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3331 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3332 Description="<html>Add parens on 'while' and 'if' statement around bools</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3333 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3334 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3335 TrueFalse=mod_full_paren_if_bool=true|mod_full_paren_if_bool=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3336 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3337
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3338 [Mod Remove Extra Semicolon]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3339 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3340 Description="<html>Whether to remove superfluous semicolons</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3341 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3342 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3343 TrueFalse=mod_remove_extra_semicolon=true|mod_remove_extra_semicolon=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3344 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3345
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3346 [Mod Add Long Function Closebrace Comment]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3347 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3348 Description="<html>If a function body exceeds the specified number of newlines and doesn't have a comment after<BR>the close brace, a comment will be added.</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3349 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3350 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3351 CallName="mod_add_long_function_closebrace_comment="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3352 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3353 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3354 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3355
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3356 [Mod Add Long Switch Closebrace Comment]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3357 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3358 Description="<html>If a switch body exceeds the specified number of newlines and doesn't have a comment after<BR>the close brace, a comment will be added.</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3359 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3360 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3361 CallName="mod_add_long_switch_closebrace_comment="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3362 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3363 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3364 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3365
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3366 [Mod Add Long Ifdef Endif Comment]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3367 Category=8
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
3368 Description="<html>If an #ifdef body exceeds the specified number of newlines and doesn't have a comment after<BR>the #endif, a comment will be added.</html>"
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3369 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3370 EditorType=numeric
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3371 CallName="mod_add_long_ifdef_endif_comment="
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3372 MinVal=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3373 MaxVal=16
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3374 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3375
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3376 [Mod Add Long Ifdef Else Comment]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3377 Category=8
758
8905d04b2967 Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 739
diff changeset
3378 Description="<html>If an #ifdef or #else body exceeds the specified number of newlines and doesn't have a comment after<BR>the #else, a comment will be added.</html>"
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3379 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3380 EditorType=numeric
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3381 CallName="mod_add_long_ifdef_else_comment="
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3382 MinVal=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3383 MaxVal=16
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3384 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3385
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3386 [Mod Sort Import]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3387 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3388 Description="<html>If TRUE, will sort consecutive single-line 'import' statements [Java, D]</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3389 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3390 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3391 TrueFalse=mod_sort_import=true|mod_sort_import=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3392 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3393
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3394 [Mod Sort Using]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3395 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3396 Description="<html>If TRUE, will sort consecutive single-line 'using' statements [C#]</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3397 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3398 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3399 TrueFalse=mod_sort_using=true|mod_sort_using=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3400 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3401
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3402 [Mod Sort Include]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3403 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3404 Description="<html>If TRUE, will sort consecutive single-line '#include' statements [C/C++] and '#import' statements [Obj-C]<BR>This is generally a bad idea, as it may break your code.</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3405 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3406 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3407 TrueFalse=mod_sort_include=true|mod_sort_include=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3408 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3409
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3410 [Mod Move Case Break]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3411 Category=8
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3412 Description="<html>If TRUE, it will move a 'break' that appears after a fully braced 'case' before the close brace.</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3413 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3414 EditorType=boolean
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3415 TrueFalse=mod_move_case_break=true|mod_move_case_break=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3416 ValueDefault=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3417
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3418 [Mod Case Brace]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3419 Category=8
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3420 Description="<html>Will add or remove the braces around a fully braced case statement.<BR>Will only remove the braces if there are no variable declarations in the block.</html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3421 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3422 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3423 Choices="mod_case_brace=ignore|mod_case_brace=add|mod_case_brace=remove|mod_case_brace=force"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3424 ChoicesReadable="Ignore Mod Case Brace|Add Mod Case Brace|Remove Mod Case Brace|Force Mod Case Brace"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3425 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3426
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3427 [Mod Remove Empty Return]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3428 Category=8
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3429 Description="<html>If TRUE, it will remove a void 'return;' that appears as the last statement in a function.</html>"
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3430 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3431 EditorType=boolean
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3432 TrueFalse=mod_remove_empty_return=true|mod_remove_empty_return=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3433 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3434
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3435 [Cmt Width]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3436 Category=9
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3437 Description="<html>Try to wrap comments at cmt_width columns</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3438 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3439 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3440 CallName="cmt_width="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3441 MinVal=16
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3442 MaxVal=256
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3443 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3444
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3445 [Cmt Reflow Mode]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3446 Category=9
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3447 Description="<html>Set the comment reflow mode (default: 0)<BR>0: no reflowing (apart from the line wrapping due to cmt_width)<BR>1: no touching at all<BR>2: full reflow<BR></html>"
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3448 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3449 EditorType=numeric
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3450 CallName="cmt_reflow_mode="
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3451 MinVal=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3452 MaxVal=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3453 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3454
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3455 [Cmt Indent Multi]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3456 Category=9
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3457 Description="<html>If false, disable all multi-line comment changes, including cmt_width. keyword substitution, and leading chars.<BR>Default is true.</html>"
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3458 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3459 EditorType=boolean
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3460 TrueFalse=cmt_indent_multi=true|cmt_indent_multi=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3461 ValueDefault=1
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3462
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3463 [Cmt C Group]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3464 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3465 Description="<html>Whether to group c-comments that look like they are in a block</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3466 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3467 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3468 TrueFalse=cmt_c_group=true|cmt_c_group=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3469 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3470
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3471 [Cmt C Nl Start]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3472 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3473 Description="<html>Whether to put an empty '/*' on the first line of the combined c-comment</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3474 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3475 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3476 TrueFalse=cmt_c_nl_start=true|cmt_c_nl_start=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3477 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3478
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3479 [Cmt C Nl End]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3480 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3481 Description="<html>Whether to put a newline before the closing '*/' of the combined c-comment</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3482 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3483 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3484 TrueFalse=cmt_c_nl_end=true|cmt_c_nl_end=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3485 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3486
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3487 [Cmt Cpp Group]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3488 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3489 Description="<html>Whether to group cpp-comments that look like they are in a block</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3490 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3491 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3492 TrueFalse=cmt_cpp_group=true|cmt_cpp_group=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3493 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3494
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3495 [Cmt Cpp Nl Start]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3496 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3497 Description="<html>Whether to put an empty '/*' on the first line of the combined cpp-comment</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3498 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3499 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3500 TrueFalse=cmt_cpp_nl_start=true|cmt_cpp_nl_start=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3501 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3502
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3503 [Cmt Cpp Nl End]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3504 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3505 Description="<html>Whether to put a newline before the closing '*/' of the combined cpp-comment</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3506 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3507 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3508 TrueFalse=cmt_cpp_nl_end=true|cmt_cpp_nl_end=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3509 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3510
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3511 [Cmt Cpp To C]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3512 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3513 Description="<html>Whether to change cpp-comments into c-comments</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3514 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3515 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3516 TrueFalse=cmt_cpp_to_c=true|cmt_cpp_to_c=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3517 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3518
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3519 [Cmt Star Cont]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3520 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3521 Description="<html>Whether to put a star on subsequent comment lines</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3522 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3523 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3524 TrueFalse=cmt_star_cont=true|cmt_star_cont=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3525 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3526
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3527 [Cmt Sp Before Star Cont]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3528 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3529 Description="<html>The number of spaces to insert at the start of subsequent comment lines</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3530 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3531 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3532 CallName="cmt_sp_before_star_cont="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3533 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3534 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3535 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3536
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3537 [Cmt Sp After Star Cont]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3538 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3539 Description="<html>The number of spaces to insert after the star on subsequent comment lines</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3540 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3541 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3542 CallName="cmt_sp_after_star_cont="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3543 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3544 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3545 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3546
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3547 [Cmt Multi Check Last]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3548 Category=9
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3549 Description="<html>For multi-line comments with a '*' lead, remove leading spaces if the first and last lines of<BR>the comment are the same length. Default=True</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3550 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3551 EditorType=boolean
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3552 TrueFalse=cmt_multi_check_last=true|cmt_multi_check_last=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3553 ValueDefault=1
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3554
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3555 [Cmt Insert File Header]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3556 Category=9
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3557 Description="<html>The filename that contains text to insert at the head of a file if the file doesn't start with a C/C++ comment.<BR>Will substitute $(filename) with the current file's name.</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3558 Enabled=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3559 CallName=cmt_insert_file_header=
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3560 EditorType=string
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3561 ValueDefault=
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3562
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3563 [Cmt Insert File Footer]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3564 Category=9
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3565 Description="<html>The filename that contains text to insert at the end of a file if the file doesn't end with a C/C++ comment.<BR>Will substitute $(filename) with the current file's name.</html>"
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3566 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3567 CallName=cmt_insert_file_footer=
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3568 EditorType=string
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3569 ValueDefault=
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3570
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3571 [Cmt Insert Func Header]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3572 Category=9
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3573 Description="<html>The filename that contains text to insert before a function implementation if the function isn't preceded with a C/C++ comment.<BR>Will substitute $(function) with the function name and $(javaparam) with the javadoc @param and @return stuff.<BR>Will also substitute $(fclass) with the class name: void CFoo::Bar() { ... }</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3574 Enabled=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3575 CallName=cmt_insert_func_header=
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3576 EditorType=string
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3577 ValueDefault=
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3578
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3579 [Cmt Insert Class Header]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3580 Category=9
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3581 Description="<html>The filename that contains text to insert before a class if the class isn't preceded with a C/C++ comment.<BR>Will substitute $(class) with the class name.</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3582 Enabled=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3583 CallName=cmt_insert_class_header=
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3584 EditorType=string
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3585 ValueDefault=
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3586
776
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3587 [Cmt Insert Oc Msg Header]
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3588 Category=9
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3589 Description="<html>The filename that contains text to insert before a Obj-C message specification if the method isn't preceeded with a C/C++ comment.<BR>Will substitute $(message) with the function name and $(javaparam) with the javadoc @param and @return stuff.</html>"
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3590 Enabled=false
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3591 CallName=cmt_insert_oc_msg_header=
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3592 EditorType=string
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3593 ValueDefault=
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3594
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3595 [Cmt Insert Before Preproc]
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3596 Category=9
776
f69bf0213445 Updated the uncrustify ini file to support version 0.59
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 758
diff changeset
3597 Description="<html>If a preprocessor is encountered when stepping backwards from a function name, then<BR>this option decides whether the comment should be inserted.<BR>Affects cmt_insert_oc_msg_header, cmt_insert_func_header and cmt_insert_class_header.</html>"
707
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3598 Enabled=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3599 EditorType=boolean
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3600 TrueFalse=cmt_insert_before_preproc=true|cmt_insert_before_preproc=false
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3601 ValueDefault=0
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3602
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3603 [Pp Indent]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3604 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3605 Description="<html>Control indent of preprocessors inside #if blocks at brace level 0</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3606 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3607 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3608 Choices="pp_indent=ignore|pp_indent=add|pp_indent=remove|pp_indent=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3609 ChoicesReadable="Ignore Pp Indent|Add Pp Indent|Remove Pp Indent|Force Pp Indent"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3610 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3611
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3612 [Pp Indent At Level]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3613 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3614 Description="<html>Whether to indent #if/#else/#endif at the brace level (true) or from column 1 (false)</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3615 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3616 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3617 TrueFalse=pp_indent_at_level=true|pp_indent_at_level=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3618 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3619
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3620 [Pp Indent Count]
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3621 Category=10
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3622 Description="<html>If pp_indent_at_level=false, specifies the number of columns to indent per level. Default=1.</html>"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3623 Enabled=false
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3624 EditorType=numeric
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3625 CallName="pp_indent_count="
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3626 MinVal=0
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3627 MaxVal=16
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3628 ValueDefault=1
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3629
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3630 [Pp Space]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3631 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3632 Description="<html>Add or remove space after # based on pp_level of #if blocks</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3633 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3634 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3635 Choices="pp_space=ignore|pp_space=add|pp_space=remove|pp_space=force"
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3636 ChoicesReadable="Ignore Pp Space|Add Pp Space|Remove Pp Space|Force Pp Space"
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3637 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3638
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3639 [Pp Space Count]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3640 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3641 Description="<html>Sets the number of spaces added with pp_space</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3642 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3643 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3644 CallName="pp_space_count="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3645 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3646 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3647 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3648
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3649 [Pp Indent Region]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3650 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3651 Description="<html>The indent for #region and #endregion in C# and '#pragma region' in C/C++</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3652 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3653 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3654 CallName="pp_indent_region="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3655 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3656 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3657 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3658
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3659 [Pp Region Indent Code]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3660 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3661 Description="<html>Whether to indent the code between #region and #endregion</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3662 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3663 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3664 TrueFalse=pp_region_indent_code=true|pp_region_indent_code=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3665 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3666
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3667 [Pp Indent If]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3668 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3669 Description="<html>If pp_indent_at_level=true, sets the indent for #if, #else, and #endif when not at file-level</html>"
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3670 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3671 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3672 CallName="pp_indent_if="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3673 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3674 MaxVal=16
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3675 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3676
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3677 [Pp If Indent Code]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3678 Category=10
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3679 Description="<html>Control whether to indent the code between #if, #else and #endif when not at file-level</html>"
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3680 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3681 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3682 TrueFalse=pp_if_indent_code=true|pp_if_indent_code=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3683 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3684
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3685 [Pp Define At Level]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3686 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3687 Description="<html>Whether to indent '#define' at the brace level (true) or from column 1 (false)</html>"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3688 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3689 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3690 TrueFalse=pp_define_at_level=true|pp_define_at_level=false
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3691 ValueDefault=0