annotate indenters/uigui_uncrustify.ini @ 758:8905d04b2967

Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027 git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1035 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 11 Apr 2011 21:00:11 +0000
parents cb542a15cc6f
children f69bf0213445
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 "
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
18 version=0.57
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
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
69 [Indent Columns]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
70 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
71 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
72 Enabled=false
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
73 EditorType=numeric
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
74 CallName="indent_columns="
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
75 MinVal=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
76 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
77 ValueDefault=8
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
78
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
79 [Indent Continue]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
80 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
81 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
82 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
83 EditorType=numeric
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
84 CallName="indent_continue="
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
85 MinVal=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
86 MaxVal=16
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
87 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
88
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
89 [Indent With Tabs]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
90 Category=1
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
91 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
92 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
93 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
94 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
95 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
96 ValueDefault=1
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
97
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
98 [Indent Cmt With Tabs]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
99 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
100 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
101 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
102 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
103 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
104 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
105
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
106 [Indent Align String]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
107 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
108 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
109 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
110 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
111 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
112 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
113
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
114 [Indent Xml String]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
115 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
116 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
117 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
118 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
119 CallName="indent_xml_string="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
120 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
121 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
122 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
123
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
124 [Indent Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
125 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
126 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
127 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
128 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
129 CallName="indent_brace="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
130 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
131 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
132 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
133
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
134 [Indent Braces]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
135 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
136 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
137 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
138 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
139 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
140 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
141
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
142 [Indent Braces No Func]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
143 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
144 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
145 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
146 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
147 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
148 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
149
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
150 [Indent Braces No Class]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
151 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
152 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
153 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
154 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
155 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
156 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
157
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
158 [Indent Braces No Struct]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
159 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
160 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
161 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
162 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
163 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
164 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
165
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
166 [Indent Brace Parent]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
167 Category=1
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
168 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
169 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
170 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
171 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
172 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
173
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
174 [Indent Namespace]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
175 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
176 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
177 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
178 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
179 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
180 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
181
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
182 [Indent Namespace Level]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
183 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
184 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
185 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
186 EditorType=numeric
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
187 CallName="indent_namespace_level="
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
188 MinVal=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
189 MaxVal=16
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
190 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
191
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
192 [Indent Namespace Limit]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
193 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
194 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
195 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
196 EditorType=numeric
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
197 CallName="indent_namespace_limit="
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
198 MinVal=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
199 MaxVal=255
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
200 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
201
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
202 [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
203 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
204 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
205 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
206 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
207 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
208 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
209
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
210 [Indent Class]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
211 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
212 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
213 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
214 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
215 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
216 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
217
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
218 [Indent Class Colon]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
219 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
220 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
221 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
222 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
223 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
224 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
225
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
226 [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
227 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
228 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
229 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
230 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
231 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
232 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
233
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
234 [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
235 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
236 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
237 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
238 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
239 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
240 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
241 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
242 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
243
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
244 [Indent Var Def Cont]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
245 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
246 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
247 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
248 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
249 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
250 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
251
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
252 [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
253 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
254 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
255 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
256 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
257 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
258 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
259
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
260 [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
261 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
262 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
263 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
264 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
265 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
266 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
267
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
268 [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
269 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
270 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
271 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
272 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
273 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
274 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
275
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
277 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
278 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
279 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
280 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
281 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
282 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
283
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
284 [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
285 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
286 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
287 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
288 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
289 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
290 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
291
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
292 [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
293 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
294 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
295 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
296 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
297 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
298 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
299
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
300 [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
301 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
302 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
303 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
304 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
305 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
306 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
307
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
308 [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
309 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
310 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
311 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
312 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
313 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
314 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
315 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
316 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
317
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
318 [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
319 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
320 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
321 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
322 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
323 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
324 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
325 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
326 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
327
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
328 [Indent Member]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
329 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
330 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
331 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
332 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
333 CallName="indent_member="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
334 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
335 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
336 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
337
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
339 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
340 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
341 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
342 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
343 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
344 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
345 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
346 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
347
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
348 [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
349 Category=1
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
350 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
351 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
352 EditorType=boolean
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
353 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
354 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
355
580
d02287fd4b5e Updated the uncrustify ini file 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 [Indent Switch Case]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
357 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
358 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
359 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
360 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
361 CallName="indent_switch_case="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
362 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
363 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
364 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
365
580
d02287fd4b5e Updated the uncrustify ini file 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 [Indent Case Shift]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
367 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
368 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
369 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
370 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
371 CallName="indent_case_shift="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
372 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
373 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
374 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
375
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
376 [Indent Case Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
377 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
378 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
379 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
380 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
381 CallName="indent_case_brace="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
382 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
383 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
384 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
385
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
386 [Indent Col1 Comment]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
387 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
388 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
389 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
390 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
391 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
392 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
393
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
394 [Indent Label]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
395 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
396 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
397 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
398 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
399 CallName="indent_label="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
400 MinVal=-16
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
401 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
402 ValueDefault=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
403
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
404 [Indent Access Spec]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
405 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
406 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
407 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
408 EditorType=numeric
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
409 CallName="indent_access_spec="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
410 MinVal=-16
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
411 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
412 ValueDefault=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
413
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
414 [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
415 Category=1
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
416 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
417 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
418 EditorType=boolean
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
419 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
420 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
421
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
422 [Indent Paren Nl]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
423 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
424 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
425 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
426 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
427 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
428 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
429
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
430 [Indent Paren Close]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
431 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
432 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
433 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
434 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
435 CallName="indent_paren_close="
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
436 MinVal=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
437 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
438 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
439
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
440 [Indent Comma Paren]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
441 Category=1
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
442 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
443 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
444 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
445 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
446 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
447
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
448 [Indent Bool Paren]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
449 Category=1
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
450 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
451 Enabled=false
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
452 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
453 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
454 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
455
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
456 [Indent First Bool Expr]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
457 Category=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
458 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
459 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
460 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
461 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
462 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
463
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
464 [Indent Square Nl]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
465 Category=1
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
466 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
467 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
468 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
469 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
470 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
471
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
472 [Indent Preserve Sql]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
473 Category=1
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
474 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
475 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
476 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
477 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
478 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
479
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
480 [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
481 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
482 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
483 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
484 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
485 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
486 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
487
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
488 [Sp Arith]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
489 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
490 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
491 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
492 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
493 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
494 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
495 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
496
580
d02287fd4b5e Updated the uncrustify ini file 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 [Sp Assign]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
498 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
499 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
500 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
501 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
502 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
503 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
504 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
505
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
506 [Sp Assign Default]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
507 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
508 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
509 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
510 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
511 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
512 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
513 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
514
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
515 [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
516 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
517 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
518 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
519 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
520 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
521 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
522 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
523
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 [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
525 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
526 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
527 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
528 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
529 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
530 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
531 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
532
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
533 [Sp Enum Assign]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
534 Category=2
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
535 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
536 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
537 EditorType=multiple
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
538 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
539 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
540 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
541
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
542 [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
543 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
544 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
545 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
546 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
547 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
548 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
549 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
550
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
551 [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
552 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
553 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
554 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
555 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
556 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
557 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
558 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
559
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 [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
561 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
562 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
563 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
564 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
565 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
566 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
567 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
568
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 [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
570 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
571 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
572 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
573 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
574 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
575 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
576 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
577
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
578 [Sp Bool]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
579 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
580 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
581 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
582 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
583 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
584 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
585 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
586
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
587 [Sp Compare]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
588 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
589 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
590 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
591 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
592 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
593 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
594 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
595
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
596 [Sp Inside Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
597 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
598 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
599 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
600 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
601 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
602 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
603 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
604
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
605 [Sp Paren Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
606 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
607 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
608 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
609 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
610 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
611 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
612 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
613
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
614 [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
615 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
616 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
617 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
618 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
619 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
620 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
621
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
622 [Sp Paren Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
623 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
624 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
625 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
626 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
627 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
628 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
629 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
630
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
631 [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
632 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
633 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
634 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
635 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
636 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
637 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
638 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
639
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
640 [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
641 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
642 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
643 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
644 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
645 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
646 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
647 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
648
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
649 [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
650 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
651 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
652 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
653 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
654 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
655 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
656 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
657
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
658 [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
659 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
660 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
661 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
662 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
663 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
664 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
665 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
666
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
667 [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
668 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
669 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
670 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
671 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
672 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
673 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
674 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
675
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
676 [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
677 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
678 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
679 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
680 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
681 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
682 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
683 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
684
d02287fd4b5e Updated the uncrustify ini file 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 [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
686 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
687 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
688 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
689 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
690 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
691 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
692 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
693
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
694 [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
695 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
696 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
697 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
698 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
699 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
700 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
701 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
702
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
703 [Sp After Byref]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
704 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
705 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
706 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
707 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
708 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
709 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
710 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
711
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
713 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
714 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
715 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
716 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
717 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
718 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
719 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
720
d02287fd4b5e Updated the uncrustify ini file 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 [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
722 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
723 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
724 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
725 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
726 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
727 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
728 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
729
d02287fd4b5e Updated the uncrustify ini file 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 [Sp After Type]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
731 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
732 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
733 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
734 EditorType=multiple
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
735 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
736 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
737 ValueDefault=3
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
738
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
740 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
741 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
742 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
743 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
744 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
745 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
746 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
747
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
748 [Sp Before Angle]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
749 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
750 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
751 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
752 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
753 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
754 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
755 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
756
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
758 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
759 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
760 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
761 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
762 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
763 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
764 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
765
d02287fd4b5e Updated the uncrustify ini file 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 [Sp After Angle]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
767 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
768 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
769 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
770 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
771 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
772 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
773 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
774
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
775 [Sp Angle Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
776 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
777 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
778 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
779 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
780 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
781 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
782 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
783
580
d02287fd4b5e Updated the uncrustify ini file 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 [Sp Angle Word]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
785 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
786 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
787 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
788 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
789 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
790 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
791 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
792
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
793 [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
794 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
795 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
796 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
797 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
798 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
799 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
800 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
801
580
d02287fd4b5e Updated the uncrustify ini file 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 [Sp Before Sparen]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
803 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
804 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
805 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
806 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
807 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
808 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
809 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
810
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
811 [Sp Inside Sparen]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
812 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
813 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
814 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
815 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
816 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
817 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
818 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
819
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
820 [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
821 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
822 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
823 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
824 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
825 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
826 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
827 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
828
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
829 [Sp After Sparen]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
830 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
831 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
832 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
833 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
834 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
835 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
836 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
837
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
838 [Sp Sparen Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
839 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
840 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
841 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
842 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
843 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
844 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
845 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
846
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
847 [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
848 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
849 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
850 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
851 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
852 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
853 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
854 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
855
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
856 [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
857 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
858 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
859 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
860 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
861 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
862 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
863 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
864
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
865 [Sp Special Semi]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
866 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
867 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
868 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
869 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
870 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
871 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
872 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
873
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
874 [Sp Before Semi]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
875 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
876 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
877 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
878 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
879 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
880 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
881 ValueDefault=2
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
882
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
883 [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
884 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
885 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
886 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
887 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
888 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
889 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
890 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
891
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
892 [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
893 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
894 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
895 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
896 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
897 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
898 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
899 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
900
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
901 [Sp After Semi]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
902 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
903 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
904 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
905 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
906 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
907 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
908 ValueDefault=1
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
909
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
910 [Sp After Semi For]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
911 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
912 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
913 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
914 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
915 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
916 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
917 ValueDefault=3
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
918
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
919 [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
920 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
921 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
922 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
923 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
924 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
925 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
926 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
927
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
928 [Sp Before Square]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
929 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
930 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
931 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
932 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
933 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
934 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
935 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
936
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
937 [Sp Before Squares]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
938 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
939 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
940 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
941 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
942 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
943 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
944 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
945
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
946 [Sp Inside Square]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
947 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
948 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
949 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
950 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
951 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
952 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
953 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
954
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
955 [Sp After Comma]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
956 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
957 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
958 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
959 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
960 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
961 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
962 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
963
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
964 [Sp Before Comma]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
965 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
966 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
967 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
968 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
969 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
970 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
971 ValueDefault=2
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
972
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
973 [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
974 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
975 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
976 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
977 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
978 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
979 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
980 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
981
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
982 [Sp Before Ellipsis]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
983 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
984 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
985 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
986 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
987 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
988 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
989 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
990
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
991 [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
992 Category=2
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
993 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
994 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
995 EditorType=multiple
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
996 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
997 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
998 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
999
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1000 [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
1001 Category=2
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1002 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
1003 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1004 EditorType=multiple
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1005 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
1006 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
1007 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1008
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
1009 [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
1010 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1011 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
1012 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
1013 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
1014 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
1015 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
1016 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
1017
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1018 [Sp After Operator]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1019 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1020 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
1021 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1022 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1023 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
1024 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
1025 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1026
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1027 [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
1028 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
1029 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
1030 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
1031 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
1032 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
1033 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
1034 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
1035
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1036 [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
1037 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1038 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
1039 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1040 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1041 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
1042 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
1043 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1044
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1045 [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
1046 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1047 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
1048 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1049 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1050 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
1051 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
1052 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1053
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1054 [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
1055 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1056 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
1057 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
1058 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
1059 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
1060 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
1061 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
1062
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1063 [Sp Sizeof Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1064 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1065 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
1066 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1067 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1068 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
1069 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
1070 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1071
580
d02287fd4b5e Updated the uncrustify ini file 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 [Sp After Tag]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1073 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1074 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
1075 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1076 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1077 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
1078 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
1079 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1080
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1081 [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
1082 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1083 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
1084 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1085 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1086 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
1087 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
1088 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1089
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1090 [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
1091 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1092 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
1093 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1094 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1095 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
1096 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
1097 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1098
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1099 [Sp Inside Braces]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1100 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1101 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
1102 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1103 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1104 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
1105 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
1106 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1107
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1108 [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
1109 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
1110 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
1111 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1112 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
1113 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
1114 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
1115 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1116
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1117 [Sp Type Func]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1118 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1119 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
1120 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1121 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1122 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
1123 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
1124 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1125
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1126 [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
1127 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1128 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
1129 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1130 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1131 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
1132 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
1133 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1134
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1135 [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
1136 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1137 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
1138 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1139 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1140 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
1141 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
1142 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1143
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1144 [Sp Inside Fparens]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1145 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1146 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
1147 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1148 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1149 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
1150 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
1151 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1152
580
d02287fd4b5e Updated the uncrustify ini file 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 [Sp Inside Fparen]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1154 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1155 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
1156 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1157 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1158 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
1159 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
1160 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1161
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1162 [Sp Square Fparen]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1163 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1164 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
1165 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1166 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1167 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
1168 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
1169 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1170
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1171 [Sp Fparen Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1172 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1173 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
1174 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1175 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1176 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
1177 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
1178 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1179
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1180 [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
1181 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1182 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
1183 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1184 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1185 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
1186 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
1187 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1188
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
1189 [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
1190 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
1191 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
1192 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
1193 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
1194 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
1195 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
1196 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
1197
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1198 [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
1199 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
1200 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
1201 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
1202 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
1203 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
1204 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
1205 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
1206
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1207 [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
1208 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1209 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
1210 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1211 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1212 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
1213 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
1214 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1215
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1216 [Sp Return Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1217 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1218 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
1219 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1220 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1221 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
1222 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
1223 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1224
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1225 [Sp Attribute Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1226 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1227 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
1228 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1229 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1230 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
1231 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
1232 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1233
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1234 [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
1235 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
1236 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
1237 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
1238 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
1239 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
1240 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
1241 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
1242
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
1243 [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
1244 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
1245 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
1246 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
1247 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
1248 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
1249 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
1250 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
1251
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1252 [Sp Macro]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1253 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1254 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
1255 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1256 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1257 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
1258 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
1259 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1260
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1261 [Sp Macro Func]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1262 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1263 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
1264 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1265 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1266 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
1267 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
1268 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1269
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1270 [Sp Else Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1271 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1272 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
1273 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1274 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1275 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
1276 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
1277 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1278
580
d02287fd4b5e Updated the uncrustify ini file 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 [Sp Brace Else]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1280 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1281 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
1282 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1283 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1284 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
1285 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
1286 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1287
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
1288 [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
1289 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
1290 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
1291 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
1292 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
1293 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
1294 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
1295 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
1296
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1297 [Sp Catch Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1298 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1299 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
1300 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1301 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1302 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
1303 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
1304 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1305
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1306 [Sp Brace Catch]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1307 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1308 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
1309 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1310 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1311 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
1312 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
1313 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1314
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1315 [Sp Finally Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1316 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1317 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
1318 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1319 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1320 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
1321 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
1322 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1323
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1324 [Sp Brace Finally]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1325 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1326 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
1327 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1328 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1329 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
1330 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
1331 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1332
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1333 [Sp Try Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1334 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1335 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
1336 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1337 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1338 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
1339 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
1340 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1341
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1342 [Sp Getset Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1343 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1344 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
1345 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1346 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1347 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
1348 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
1349 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1350
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1351 [Sp Before Dc]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1352 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1353 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
1354 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1355 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1356 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
1357 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
1358 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1359
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1360 [Sp After Dc]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1361 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1362 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
1363 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1364 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1365 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
1366 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
1367 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1368
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1369 [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
1370 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1371 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
1372 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1373 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1374 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
1375 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
1376 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1377
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1378 [Sp Not]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1379 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1380 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
1381 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1382 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1383 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
1384 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
1385 ValueDefault=2
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1386
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1387 [Sp Inv]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1388 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1389 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
1390 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1391 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1392 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
1393 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
1394 ValueDefault=2
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1395
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1396 [Sp Addr]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1397 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1398 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
1399 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1400 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1401 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
1402 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
1403 ValueDefault=2
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1404
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1405 [Sp Member]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1406 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1407 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
1408 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1409 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1410 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
1411 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
1412 ValueDefault=2
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1413
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1414 [Sp Deref]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1415 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1416 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
1417 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1418 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1419 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
1420 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
1421 ValueDefault=2
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1422
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1423 [Sp Sign]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1424 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1425 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
1426 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1427 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1428 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
1429 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
1430 ValueDefault=2
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1431
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1432 [Sp Incdec]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1433 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1434 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
1435 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1436 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1437 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
1438 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
1439 ValueDefault=2
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1440
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1441 [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
1442 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1443 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
1444 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
1445 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
1446 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
1447 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
1448 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
1449
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1450 [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
1451 Category=2
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1452 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
1453 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1454 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1455 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
1456 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
1457 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1458
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1459 [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
1460 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
1461 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
1462 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
1463 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
1464 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
1465 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
1466 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
1467
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1468 [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
1469 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
1470 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
1471 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1472 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1473 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
1474 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
1475 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1476
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1477 [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
1478 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
1479 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
1480 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
1481 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
1482 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
1483 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
1484 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
1485
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1486 [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
1487 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
1488 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
1489 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
1490 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
1491 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
1492 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
1493 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
1494
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1495 [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
1496 Category=2
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1497 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
1498 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1499 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1500 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
1501 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
1502 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1503
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1504 [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
1505 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1506 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
1507 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1508 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1509 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
1510 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
1511 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1512
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1513 [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
1514 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1515 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
1516 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1517 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1518 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
1519 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
1520 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1521
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1522 [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
1523 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1524 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
1525 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1526 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1527 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
1528 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
1529 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1530
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1531 [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
1532 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1533 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
1534 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1535 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1536 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
1537 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
1538 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1539
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1540 [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
1541 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1542 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
1543 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1544 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1545 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
1546 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
1547 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1548
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1549 [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
1550 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1551 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
1552 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1553 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1554 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
1555 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
1556 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1557
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
1559 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
1560 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
1561 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
1562 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
1563 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
1564 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
1565 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
1566
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1567 [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
1568 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
1569 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
1570 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
1571 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
1572 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
1573 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
1574 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
1575
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
1576 [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
1577 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
1578 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
1579 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
1580 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
1581 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
1582 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
1583 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
1584
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
1585 [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
1586 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
1587 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
1588 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
1589 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
1590 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
1591 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
1592 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
1593
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
1594 [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
1595 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
1596 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
1597 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
1598 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
1599 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
1600 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
1601 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
1602
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1603 [Sp Endif Cmt]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1604 Category=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1605 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
1606 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1607 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1608 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
1609 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
1610 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1611
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1612 [Align Keep Tabs]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1613 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1614 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
1615 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1616 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1617 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
1618 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1619
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1620 [Align With Tabs]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1621 Category=3
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1622 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
1623 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1624 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1625 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
1626 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
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 [Align On Tabstop]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1629 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1630 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
1631 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1632 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1633 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
1634 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1635
580
d02287fd4b5e Updated the uncrustify ini file 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 [Align Number Left]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1637 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1638 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
1639 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1640 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1641 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
1642 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1643
580
d02287fd4b5e Updated the uncrustify ini file 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 [Align Func Params]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1645 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1646 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
1647 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1648 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1649 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
1650 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1651
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1652 [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
1653 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
1654 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
1655 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
1656 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
1657 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
1658 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
1659
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1660 [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
1661 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1662 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
1663 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1664 EditorType=numeric
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1665 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
1666 MinVal=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1667 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
1668 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1669
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1670 [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
1671 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
1672 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
1673 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1674 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1675 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
1676 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1677 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
1678 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1679
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1680 [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
1681 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1682 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
1683 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1684 EditorType=numeric
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1685 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
1686 MinVal=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1687 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
1688 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1689
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1690 [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
1691 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1692 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
1693 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1694 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1695 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
1696 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1697 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
1698 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1699
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1700 [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
1701 Category=3
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1702 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
1703 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1704 EditorType=numeric
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1705 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
1706 MinVal=0
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1707 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
1708 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
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 Var Def Colon]
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 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
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_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
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
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
1718 [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
1719 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
1720 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
1721 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
1722 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
1723 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
1724 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
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 Var Def Inline]
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 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
1729 Enabled=false
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_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
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 Assign Span]
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>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
1737 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1738 EditorType=numeric
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1739 CallName="align_assign_span="
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1740 MinVal=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1741 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
1742 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1743
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1744 [Align Assign Thresh]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1745 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1746 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
1747 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1748 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1749 CallName="align_assign_thresh="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1750 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1751 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
1752 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1753
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
1755 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1756 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
1757 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1758 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1759 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
1760 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1761 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
1762 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1763
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1764 [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
1765 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1766 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
1767 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1768 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1769 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
1770 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1771 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
1772 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1773
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1774 [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
1775 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1776 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
1777 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1778 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1779 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
1780 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1781 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
1782 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1783
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1784 [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
1785 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1786 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
1787 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1788 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1789 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
1790 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1791 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
1792 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1793
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1794 [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
1795 Category=3
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1796 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
1797 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1798 EditorType=numeric
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1799 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
1800 MinVal=0
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1801 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
1802 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1803
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1804 [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
1805 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1806 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
1807 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1808 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1809 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
1810 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1811 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
1812 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1813
580
d02287fd4b5e Updated the uncrustify ini file 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 [Align Typedef Gap]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1815 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1816 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
1817 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1818 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1819 CallName="align_typedef_gap="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1820 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1821 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
1822 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
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 Typedef Span]
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>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
1827 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1828 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1829 CallName="align_typedef_span="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1830 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1831 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
1832 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1833
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1834 [Align Typedef Func]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1835 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1836 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
1837 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1838 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1839 CallName="align_typedef_func="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1840 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1841 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
1842 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1843
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1844 [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
1845 Category=3
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1846 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
1847 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1848 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1849 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
1850 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1851 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
1852 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1853
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1854 [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
1855 Category=3
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1856 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
1857 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1858 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1859 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
1860 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1861 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
1862 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1863
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1864 [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
1865 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1866 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
1867 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1868 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1869 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
1870 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1871 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
1872 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1873
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1874 [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
1875 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1876 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
1877 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1878 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1879 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
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 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
1883 Category=3
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
1884 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
1885 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
1886 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
1887 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
1888 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
1889 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
1890 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
1891
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
1892 [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
1893 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
1894 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
1895 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
1896 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
1897 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
1898 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
1899 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
1900 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
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 Func Proto 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 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
1905 Enabled=false
371
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_func_proto_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 Func Proto Gap]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1913 Category=3
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1914 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
1915 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1916 EditorType=numeric
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1917 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
1918 MinVal=0
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
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
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1921
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
1922 [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
1923 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
1924 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
1925 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
1926 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
1927 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
1928 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
1929
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
1931 Category=3
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1932 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
1933 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1934 EditorType=boolean
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1935 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
1936 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1937
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1938 [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
1939 Category=3
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1940 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
1941 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1942 EditorType=boolean
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1943 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
1944 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1945
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1946 [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
1947 Category=3
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1948 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
1949 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1950 EditorType=boolean
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1951 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
1952 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1953
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1954 [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
1955 Category=3
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1956 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
1957 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1958 EditorType=numeric
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1959 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
1960 MinVal=0
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1961 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
1962 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1963
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1964 [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
1965 Category=3
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1966 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
1967 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1968 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1969 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
1970 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1971 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
1972 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1973
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1974 [Align Nl Cont]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1975 Category=3
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
1976 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
1977 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1978 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1979 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
1980 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1981
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1982 [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
1983 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1984 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
1985 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1986 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1987 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
1988 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1989 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
1990 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1991
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
1992 [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
1993 Category=3
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1994 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
1995 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1996 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1997 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
1998 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
1999 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
2000 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2001
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2002 [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
2003 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
2004 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
2005 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
2006 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
2007 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
2008 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
2009
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2010 [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
2011 Category=3
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2012 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
2013 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2014 EditorType=numeric
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2015 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
2016 MinVal=5000
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2017 MaxVal=16
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2018 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2019
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2020 [Align Oc Decl Colon]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2021 Category=3
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2022 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
2023 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2024 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2025 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
2026 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
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 [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
2029 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2030 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
2031 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2032 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2033 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
2034 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
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 [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
2037 Category=4
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2038 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
2039 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2040 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2041 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
2042 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
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 [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
2045 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2046 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
2047 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2048 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2049 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
2050 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
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 [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
2053 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2054 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
2055 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2056 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2057 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
2058 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2059
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
2061 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2062 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
2063 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2064 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2065 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
2066 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2067
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2068 [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
2069 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2070 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
2071 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2072 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2073 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
2074 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2075
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2076 [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
2077 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2078 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
2079 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2080 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2081 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
2082 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2083
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2084 [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
2085 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2086 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
2087 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2088 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2089 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
2090 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
2091 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2092
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2093 [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
2094 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2095 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
2096 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2097 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2098 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
2099 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2100 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
2101 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2102
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
2104 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2105 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
2106 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2107 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2108 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
2109 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
2110 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2111
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2112 [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
2113 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2114 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
2115 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2116 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2117 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
2118 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2119 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
2120 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2121
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2122 [Nl Assign Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2123 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2124 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
2125 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2126 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2127 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
2128 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
2129 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2130
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2131 [Nl Assign Square]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2132 Category=4
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2133 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
2134 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2135 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2136 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
2137 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
2138 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2139
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
2141 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2142 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
2143 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2144 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2145 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
2146 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
2147 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2148
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2149 [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
2150 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2151 Description="<html>The number of blank lines after a block of variable definitions</html>"
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2152 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2153 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2154 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
2155 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2156 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
2157 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2158
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2159 [Nl Fcall Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2160 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2161 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
2162 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2163 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2164 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
2165 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
2166 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2167
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2168 [Nl Enum Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2169 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2170 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
2171 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2172 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2173 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
2174 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
2175 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2176
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2177 [Nl Struct Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2178 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2179 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
2180 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2181 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2182 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
2183 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
2184 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2185
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2186 [Nl Union Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2187 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2188 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
2189 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2190 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2191 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
2192 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
2193 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2194
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2195 [Nl If Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2196 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2197 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
2198 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2199 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2200 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
2201 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
2202 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2203
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2204 [Nl Brace Else]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2205 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2206 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
2207 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2208 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2209 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
2210 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
2211 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2212
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2213 [Nl Elseif Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2214 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2215 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
2216 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2217 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2218 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
2219 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
2220 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2221
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2222 [Nl Else Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2223 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2224 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
2225 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2226 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2227 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
2228 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
2229 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2230
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2231 [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
2232 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
2233 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
2234 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
2235 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
2236 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
2237 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
2238 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
2239
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2240 [Nl Brace Finally]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2241 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2242 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
2243 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2244 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2245 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
2246 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
2247 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2248
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2249 [Nl Finally Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2250 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2251 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
2252 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2253 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2254 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
2255 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
2256 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2257
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2258 [Nl Try Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2259 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2260 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
2261 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2262 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2263 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
2264 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
2265 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2266
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2267 [Nl Getset Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2268 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2269 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
2270 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2271 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2272 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
2273 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
2274 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2275
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2276 [Nl For Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2277 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2278 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
2279 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2280 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2281 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
2282 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
2283 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2284
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2285 [Nl Catch Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2286 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2287 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
2288 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2289 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2290 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
2291 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
2292 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2293
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2294 [Nl Brace Catch]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2295 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2296 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
2297 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2298 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2299 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
2300 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
2301 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2302
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2303 [Nl While Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2304 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2305 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
2306 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2307 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2308 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
2309 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
2310 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2311
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2312 [Nl Using Brace]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2313 Category=4
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2314 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
2315 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2316 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2317 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
2318 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
2319 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2320
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2321 [Nl Brace Brace]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2322 Category=4
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2323 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
2324 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2325 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2326 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
2327 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
2328 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2329
580
d02287fd4b5e Updated the uncrustify ini file 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 [Nl Do Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2331 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2332 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
2333 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2334 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2335 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
2336 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
2337 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2338
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2339 [Nl Brace While]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2340 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2341 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
2342 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2343 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2344 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
2345 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
2346 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2347
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2348 [Nl Switch Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2349 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2350 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
2351 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2352 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2353 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
2354 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
2355 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2356
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2357 [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
2358 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
2359 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
2360 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2361 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2362 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
2363 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
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 Multi Line Define]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2366 Category=4
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2367 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
2368 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2369 EditorType=boolean
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2370 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
2371 ValueDefault=0
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2372
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2373 [Nl Before Case]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2374 Category=4
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2375 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
2376 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2377 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2378 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
2379 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2380
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
2382 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
2383 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
2384 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
2385 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
2386 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
2387 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
2388 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
2389
d02287fd4b5e Updated the uncrustify ini file 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 [Nl After Case]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2391 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2392 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
2393 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2394 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2395 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
2396 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2397
580
d02287fd4b5e Updated the uncrustify ini file 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 [Nl Namespace Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2399 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2400 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
2401 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2402 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2403 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
2404 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
2405 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2406
580
d02287fd4b5e Updated the uncrustify ini file 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 [Nl Template Class]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2408 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
2409 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
2410 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2411 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2412 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
2413 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
2414 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2415
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2416 [Nl Class Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2417 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2418 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
2419 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2420 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2421 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
2422 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
2423 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2424
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2425 [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
2426 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2427 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
2428 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2429 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2430 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
2431 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
2432 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2433
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
2435 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2436 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
2437 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2438 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2439 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
2440 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
2441 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2442
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2443 [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
2444 Category=4
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2445 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
2446 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2447 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2448 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
2449 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
2450 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2451
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
2452 [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
2453 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
2454 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
2455 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
2456 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
2457 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
2458 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
2459 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
2460
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
2462 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2463 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
2464 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2465 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2466 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
2467 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
2468 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2469
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2470 [Nl Func Paren]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2471 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2472 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
2473 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2474 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2475 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
2476 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
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
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
2479 [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
2480 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
2481 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
2482 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
2483 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
2484 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
2485 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
2486 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
2487
580
d02287fd4b5e Updated the uncrustify ini file 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 Func Decl Start]
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>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
2491 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2492 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2493 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
2494 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
2495 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2496
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
2497 [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
2498 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
2499 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
2500 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
2501 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
2502 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
2503 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
2504 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
2505
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2506 [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
2507 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
2508 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
2509 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2510 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2511 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
2512 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
2513 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2514
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
2515 [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
2516 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
2517 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
2518 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
2519 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
2520 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
2521 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
2522 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
2523
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2524 [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
2525 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2526 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
2527 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2528 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2529 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
2530 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
2531 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2532
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
2533 [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
2534 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
2535 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
2536 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
2537 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
2538 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
2539 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
2540 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
2541
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2542 [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
2543 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2544 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
2545 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2546 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2547 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
2548 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
2549 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2550
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
2551 [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
2552 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
2553 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
2554 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
2555 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
2556 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
2557 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
2558 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
2559
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2560 [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
2561 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
2562 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
2563 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2564 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2565 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
2566 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
2567 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2568
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
2569 [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
2570 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
2571 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
2572 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
2573 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
2574 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
2575 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
2576 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
2577
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2578 [Nl Func Decl Empty]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2579 Category=4
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2580 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
2581 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2582 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2583 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
2584 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
2585 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2586
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
2587 [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
2588 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
2589 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
2590 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
2591 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
2592 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
2593 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
2594 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
2595
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2596 [Nl Fdef Brace]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2597 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2598 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
2599 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2600 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2601 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
2602 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
2603 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2604
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2605 [Nl After Return]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2606 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2607 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
2608 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2609 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2610 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
2611 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2612
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2613 [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
2614 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
2615 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
2616 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
2617 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
2618 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
2619 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
2620 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
2621
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2622 [Nl After Semicolon]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2623 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2624 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
2625 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2626 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2627 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
2628 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2629
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2630 [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
2631 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2632 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
2633 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2634 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2635 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
2636 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2637
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
2639 Category=4
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2640 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
2641 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2642 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2643 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
2644 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2645
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2646 [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
2647 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2648 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
2649 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2650 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2651 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
2652 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2653
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2654 [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
2655 Category=4
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2656 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
2657 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2658 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2659 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
2660 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2661
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
2662 [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
2663 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
2664 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
2665 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
2666 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
2667 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
2668 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
2669
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2670 [Nl After Vbrace Close]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2671 Category=4
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2672 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
2673 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2674 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2675 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
2676 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2677
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2678 [Nl Define Macro]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2679 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2680 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
2681 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2682 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2683 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
2684 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2685
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2686 [Nl Squeeze Ifdef]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2687 Category=4
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2688 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
2689 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2690 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2691 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
2692 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2693
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2694 [Nl Before If]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2695 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2696 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
2697 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2698 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2699 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
2700 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
2701 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
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 After If]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2704 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2705 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
2706 Enabled=false
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_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
2709 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
2710 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
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 Before For]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2713 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2714 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
2715 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2716 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2717 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
2718 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
2719 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2720
580
d02287fd4b5e Updated the uncrustify ini file 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 [Nl After For]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2722 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2723 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
2724 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2725 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2726 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
2727 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
2728 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2729
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2730 [Nl Before While]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2731 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2732 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
2733 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2734 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2735 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
2736 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
2737 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2738
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2739 [Nl After While]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2740 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2741 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
2742 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2743 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2744 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
2745 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
2746 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2747
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2748 [Nl Before Switch]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2749 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2750 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
2751 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2752 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2753 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
2754 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
2755 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2756
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2757 [Nl After Switch]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2758 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2759 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
2760 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2761 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2762 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
2763 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
2764 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2765
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2766 [Nl Before Do]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2767 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2768 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
2769 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2770 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2771 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
2772 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
2773 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2774
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2775 [Nl After Do]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2776 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2777 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
2778 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2779 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2780 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
2781 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
2782 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2783
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2784 [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
2785 Category=4
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2786 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
2787 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2788 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2789 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
2790 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2791
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2792 [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
2793 Category=4
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2794 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
2795 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2796 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2797 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
2798 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2799
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2800 [Nl Class Colon]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2801 Category=4
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2802 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
2803 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2804 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
2805 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
2806 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
2807 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2808
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2809 [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
2810 Category=4
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2811 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
2812 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2813 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2814 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
2815 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2816
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
2818 Category=4
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2819 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
2820 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2821 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2822 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
2823 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2824
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
2826 Category=4
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2827 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
2828 Enabled=false
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2829 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2830 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
2831 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2832
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2833 [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
2834 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
2835 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
2836 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
2837 EditorType=multiple
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2838 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
2839 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
2840 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
2841
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2842 [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
2843 Category=5
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2844 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
2845 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
2846 EditorType=multiple
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2847 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
2848 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
2849 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
2850
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2851 [Pos Bool]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2852 Category=5
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2853 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
2854 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2855 EditorType=multiple
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2856 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
2857 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
2858 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2859
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2860 [Pos Compare]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2861 Category=5
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2862 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
2863 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2864 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2865 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
2866 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
2867 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2868
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2869 [Pos Conditional]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2870 Category=5
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2871 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
2872 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2873 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2874 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
2875 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
2876 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2877
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2878 [Pos Comma]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2879 Category=5
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2880 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
2881 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2882 EditorType=multiple
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2883 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
2884 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
2885 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2886
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2887 [Pos Class Comma]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2888 Category=5
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2889 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
2890 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2891 EditorType=multiple
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2892 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
2893 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
2894 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2895
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2896 [Pos Class Colon]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2897 Category=5
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2898 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
2899 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2900 EditorType=multiple
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
2901 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
2902 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
2903 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2904
580
d02287fd4b5e Updated the uncrustify ini file 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 [Code Width]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2906 Category=6
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2907 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
2908 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2909 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2910 CallName="code_width="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2911 MinVal=16
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2912 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
2913 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2914
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2915 [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
2916 Category=6
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2917 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
2918 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2919 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2920 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
2921 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2922
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2923 [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
2924 Category=6
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2925 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
2926 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2927 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2928 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
2929 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2930
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2931 [Nl Max]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2932 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2933 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
2934 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2935 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2936 CallName="nl_max="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2937 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2938 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
2939 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2940
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
2942 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2943 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
2944 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2945 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2946 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
2947 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2948 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
2949 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2950
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2951 [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
2952 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2953 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
2954 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2955 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2956 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
2957 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2958 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
2959 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2960
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2961 [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
2962 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2963 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
2964 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2965 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2966 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
2967 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2968 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
2969 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2970
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2971 [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
2972 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2973 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
2974 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2975 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2976 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
2977 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2978 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
2979 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2980
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2981 [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
2982 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2983 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
2984 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2985 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2986 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
2987 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2988 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
2989 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2990
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
2991 [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
2992 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2993 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
2994 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2995 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2996 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
2997 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
2998 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
2999 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3000
580
d02287fd4b5e Updated the uncrustify ini file 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 [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
3002 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3003 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
3004 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3005 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3006 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
3007 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3008 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
3009 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3010
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3011 [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
3012 Category=7
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3013 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
3014 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3015 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3016 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
3017 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3018
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3019 [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
3020 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3021 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
3022 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3023 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3024 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
3025 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3026 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
3027 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3028
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3029 [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
3030 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3031 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
3032 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3033 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3034 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
3035 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3036 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
3037 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3038
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
3039 [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
3040 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
3041 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
3042 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
3043 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
3044 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
3045 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
3046 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
3047 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
3048
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3049 [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
3050 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
3051 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
3052 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
3053 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
3054 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
3055 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
3056 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
3057 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
3058
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3059 [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
3060 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
3061 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
3062 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
3063 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
3064 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
3065 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
3066 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
3067 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
3068
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3069 [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
3070 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
3071 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
3072 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
3073 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
3074 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
3075 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
3076 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
3077 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
3078
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3079 [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
3080 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3081 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
3082 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3083 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3084 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
3085 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3086
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3087 [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
3088 Category=7
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3089 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
3090 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3091 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3092 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
3093 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3094
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3095 [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
3096 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3097 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
3098 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3099 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3100 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
3101 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
3102 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3103
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3104 [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
3105 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3106 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
3107 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3108 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3109 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
3110 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
3111 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3112
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3113 [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
3114 Category=8
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3115 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
3116 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3117 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3118 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
3119 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
3120 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3121
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3122 [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
3123 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
3124 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
3125 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3126 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3127 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
3128 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
3129 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3130
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3131 [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
3132 Category=8
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3133 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
3134 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3135 EditorType=boolean
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3136 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
3137 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3138
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3139 [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
3140 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3141 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
3142 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3143 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3144 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
3145 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3146 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
3147 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3148
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3149 [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
3150 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3151 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
3152 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3153 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3154 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
3155 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
3156 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3157
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3158 [Mod Full Brace Using]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3159 Category=8
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3160 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
3161 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3162 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3163 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
3164 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
3165 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3166
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3167 [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
3168 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3169 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
3170 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3171 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3172 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
3173 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
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
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3176 [Mod Pawn Semicolon]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3177 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3178 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
3179 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3180 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3181 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
3182 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3183
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3184 [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
3185 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3186 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
3187 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3188 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3189 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
3190 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3191
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3192 [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
3193 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3194 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
3195 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3196 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3197 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
3198 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3199
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3200 [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
3201 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3202 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
3203 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3204 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3205 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
3206 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3207 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
3208 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3209
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3210 [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
3211 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3212 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
3213 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3214 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3215 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
3216 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3217 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
3218 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3219
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
3220 [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
3221 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
3222 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
3223 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
3224 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
3225 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
3226 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
3227 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
3228 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
3229
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3230 [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
3231 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
3232 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
3233 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
3234 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
3235 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
3236 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
3237 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
3238 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
3239
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3240 [Mod Sort Import]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3241 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3242 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
3243 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3244 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3245 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
3246 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3247
580
d02287fd4b5e Updated the uncrustify ini file 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 [Mod Sort Using]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3249 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3250 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
3251 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3252 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3253 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
3254 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3255
580
d02287fd4b5e Updated the uncrustify ini file 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 [Mod Sort Include]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3257 Category=8
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3258 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
3259 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3260 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3261 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
3262 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3263
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3264 [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
3265 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
3266 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
3267 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
3268 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
3269 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
3270 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
3271
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3272 [Mod Case Brace]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3273 Category=8
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3274 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
3275 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3276 EditorType=multiple
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3277 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
3278 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
3279 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3280
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
3281 [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
3282 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
3283 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
3284 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
3285 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
3286 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
3287 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
3288
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3289 [Cmt Width]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3290 Category=9
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3291 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
3292 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3293 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3294 CallName="cmt_width="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3295 MinVal=16
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3296 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
3297 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3298
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3299 [Cmt Reflow Mode]
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3300 Category=9
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3301 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
3302 Enabled=false
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3303 EditorType=numeric
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3304 CallName="cmt_reflow_mode="
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3305 MinVal=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3306 MaxVal=2
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3307 ValueDefault=0
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3308
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3309 [Cmt Indent Multi]
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3310 Category=9
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3311 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
3312 Enabled=false
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3313 EditorType=boolean
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3314 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
3315 ValueDefault=1
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3316
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3317 [Cmt C Group]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3318 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3319 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
3320 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3321 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3322 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
3323 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3324
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3325 [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
3326 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3327 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
3328 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3329 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3330 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
3331 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3332
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3333 [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
3334 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3335 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
3336 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3337 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3338 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
3339 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3340
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3341 [Cmt Cpp Group]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3342 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3343 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
3344 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3345 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3346 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
3347 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3348
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3349 [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
3350 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3351 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
3352 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3353 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3354 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
3355 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3356
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3357 [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
3358 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3359 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
3360 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3361 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3362 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
3363 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3364
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3365 [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
3366 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3367 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
3368 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3369 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3370 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
3371 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3372
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3373 [Cmt Star Cont]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3374 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3375 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
3376 Enabled=false
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3377 EditorType=boolean
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3378 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
3379 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3380
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3381 [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
3382 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3383 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
3384 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3385 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3386 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
3387 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3388 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
3389 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3390
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3391 [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
3392 Category=9
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3393 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
3394 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3395 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3396 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
3397 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3398 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
3399 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3400
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3401 [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
3402 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
3403 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
3404 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
3405 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
3406 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
3407 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
3408
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3409 [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
3410 Category=9
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3411 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
3412 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
3413 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
3414 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
3415 ValueDefault=
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3416
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
3417 [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
3418 Category=9
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3419 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
3420 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
3421 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
3422 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
3423 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
3424
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3425 [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
3426 Category=9
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3427 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
3428 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
3429 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
3430 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
3431 ValueDefault=
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3432
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3433 [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
3434 Category=9
739
cb542a15cc6f Updated to uncrustify version 0.56
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 707
diff changeset
3435 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
3436 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
3437 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
3438 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
3439 ValueDefault=
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3440
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
3441 [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
3442 Category=9
87ead304355a [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 600
diff changeset
3443 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_func_header and cmt_insert_class_header.</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
3444 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
3445 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
3446 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
3447 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
3448
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3449 [Pp Indent]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3450 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3451 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
3452 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3453 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3454 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
3455 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
3456 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3457
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3458 [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
3459 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3460 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
3461 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3462 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3463 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
3464 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3465
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3466 [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
3467 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
3468 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
3469 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
3470 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
3471 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
3472 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
3473 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
3474 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
3475
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3476 [Pp Space]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3477 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3478 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
3479 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3480 EditorType=multiple
441
5afe7540135e Updated to uncrustify version 0.46
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 371
diff changeset
3481 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
3482 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
3483 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3484
580
d02287fd4b5e Updated the uncrustify ini file 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 [Pp Space Count]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3486 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3487 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
3488 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3489 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3490 CallName="pp_space_count="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3491 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3492 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
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 [Pp Indent Region]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3496 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3497 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
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=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3500 CallName="pp_indent_region="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3501 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3502 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
3503 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3504
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3505 [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
3506 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3507 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
3508 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3509 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3510 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
3511 ValueDefault=0
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3512
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3513 [Pp Indent If]
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3514 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3515 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
3516 Enabled=false
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3517 EditorType=numeric
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3518 CallName="pp_indent_if="
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3519 MinVal=0
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3520 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
3521 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3522
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3523 [Pp If Indent Code]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3524 Category=10
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3525 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
3526 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3527 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3528 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
3529 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3530
580
d02287fd4b5e Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 482
diff changeset
3531 [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
3532 Category=10
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3533 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
3534 Enabled=false
371
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3535 EditorType=boolean
97ba8f9211ea Updated to uncrustify version 0.43
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
3536 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
3537 ValueDefault=0