forked from quadroid/jcf-pascal-format
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pascal-format.new.cfg
182 lines (182 loc) · 7.19 KB
/
pascal-format.new.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<?xml version="1.0"?>
<CodeFormatSettings>
<Obfuscate>
<Enabled> False </Enabled>
<Caps> 1 </Caps>
<RemoveComments> True </RemoveComments>
<RemoveWhiteSpace> True </RemoveWhiteSpace>
<RemoveIndent> True </RemoveIndent>
<RebreakLines> True </RebreakLines>
</Obfuscate>
<Clarify>
<OnceOffs> 0 </OnceOffs>
<Warnings> False </Warnings>
<WarnUnusedParams> False </WarnUnusedParams>
<IgnoreUnusedParams></IgnoreUnusedParams>
<FileExtensions> pas,pp,dpr,lpr </FileExtensions>
</Clarify>
<Indent>
<IndentationSpaces> 2 </IndentationSpaces>
<FirstLevelIndent> 0 </FirstLevelIndent>
<HasFirstLevelIndent> False </HasFirstLevelIndent>
<IndentBeginEnd> False </IndentBeginEnd>
<IndentbeginEndSpaces> 0 </IndentbeginEndSpaces>
<IndentLibraryProcs> False </IndentLibraryProcs>
<IndentProcedureBody> False </IndentProcedureBody>
<KeepCommentsWithCodeInGlobals> True </KeepCommentsWithCodeInGlobals>
<KeepCommentsWithCodeInProcs> True </KeepCommentsWithCodeInProcs>
<KeepCommentsWithCodeInClassDef> True </KeepCommentsWithCodeInClassDef>
<KeepCommentsWithCodeElsewhere> True </KeepCommentsWithCodeElsewhere>
<IndentElse> False </IndentElse>
<IndentCaseElse> False </IndentCaseElse>
<IndentCaseLabels> False </IndentCaseLabels>
<IndentInterfaceGuid> False </IndentInterfaceGuid>
<IndentMethodParams> False </IndentMethodParams>
</Indent>
<Spaces>
<TabsToSpaces> True </TabsToSpaces>
<SpacesToTabs> False </SpacesToTabs>
<SpacesPerTab> 2 </SpacesPerTab>
<SpacesForTab> 0 </SpacesForTab>
<FixSpacing> True </FixSpacing>
<SpaceBeforeClassHeritage> False </SpaceBeforeClassHeritage>
<SpacesBeforeColonVar> 0 </SpacesBeforeColonVar>
<SpacesBeforeColonConst> 0 </SpacesBeforeColonConst>
<SpacesBeforeColonParam> 0 </SpacesBeforeColonParam>
<SpacesBeforeColonFn> 0 </SpacesBeforeColonFn>
<SpacesBeforeColonClassVar> 0 </SpacesBeforeColonClassVar>
<SpacesBeforeColonRecordField> 0 </SpacesBeforeColonRecordField>
<SpacesBeforeColonCaseLabel> 0 </SpacesBeforeColonCaseLabel>
<SpacesBeforeColonLabel> 0 </SpacesBeforeColonLabel>
<SpacesBeforeColonInGeneric> 0 </SpacesBeforeColonInGeneric>
<MaxSpacesInCode> 0 </MaxSpacesInCode>
<UseMaxSpacesInCode> False </UseMaxSpacesInCode>
<SpaceForOperator> 0 </SpaceForOperator>
<SpaceBeforeOpenBracketsInFunctionDeclaration> True </SpaceBeforeOpenBracketsInFunctionDeclaration>
<SpaceBeforeOpenBracketsInFunctionCall> False </SpaceBeforeOpenBracketsInFunctionCall>
<SpaceBeforeOpenSquareBracketsInExpression> False </SpaceBeforeOpenSquareBracketsInExpression>
<SpaceAfterOpenBrackets> False </SpaceAfterOpenBrackets>
<SpaceBeforeCloseBrackets> False </SpaceBeforeCloseBrackets>
<MoveSpaceToBeforeColon> False </MoveSpaceToBeforeColon>
</Spaces>
<Returns>
<WhenRebreakLines> 0 </WhenRebreakLines>
<MaxLineLength> 80 </MaxLineLength>
<NumReturnsAfterFinalEnd> 1 </NumReturnsAfterFinalEnd>
<RemoveBadReturns> False </RemoveBadReturns>
<AddGoodReturns> False </AddGoodReturns>
<UsesOnePerLine> False </UsesOnePerLine>
<BreakAfterUses> False </BreakAfterUses>
<RemoveExpressionReturns> False </RemoveExpressionReturns>
<RemoveVarReturns> False </RemoveVarReturns>
<NoReturnsInProperty> False </NoReturnsInProperty>
<RemoveProcedureDefReturns> False </RemoveProcedureDefReturns>
<RemoveReturns> True </RemoveReturns>
<RemoveVarBlankLines> True </RemoveVarBlankLines>
<RemoveProcHeaderBlankLines> True </RemoveProcHeaderBlankLines>
<Block> 1 </Block>
<BlockBegin> 0 </BlockBegin>
<Label> 1 </Label>
<LabelBegin> 0 </LabelBegin>
<CaseLabel> 1 </CaseLabel>
<CaseBegin> 2 </CaseBegin>
<CaseElse> 1 </CaseElse>
<CaseElseBegin> 0 </CaseElseBegin>
<EndElse> 0 </EndElse>
<ElseIf> 2 </ElseIf>
<ElseBegin> 2 </ElseBegin>
<BeforeCompilerDirectUses> 0 </BeforeCompilerDirectUses>
<BeforeCompilerDirectStatements> 0 </BeforeCompilerDirectStatements>
<BeforeCompilerDirectGeneral> 0 </BeforeCompilerDirectGeneral>
<AfterCompilerDirectUses> 0 </AfterCompilerDirectUses>
<AfterCompilerDirectStatements> 0 </AfterCompilerDirectStatements>
<AfterCompilerDirectGeneral> 0 </AfterCompilerDirectGeneral>
<ReturnChars> 1 </ReturnChars>
<RemoveConsecutiveBlankLines> True </RemoveConsecutiveBlankLines>
<MaxConsecutiveBlankLines> 2 </MaxConsecutiveBlankLines>
<MaxBlankLinesInSection> 0 </MaxBlankLinesInSection>
<LinesBeforeProcedure> 2 </LinesBeforeProcedure>
</Returns>
<Comments>
<RemoveEmptyDoubleSlashComments> True </RemoveEmptyDoubleSlashComments>
<RemoveEmptyCurlyBraceComments> True </RemoveEmptyCurlyBraceComments>
</Comments>
<Capitalisation>
<Enabled> True </Enabled>
<ReservedWords> 1 </ReservedWords>
<Operators> 1 </Operators>
<Directives> 1 </Directives>
<Constants> 3 </Constants>
<Types> 3 </Types>
</Capitalisation>
<SpecificWordCaps>
<Enabled> False </Enabled>
<Words></Words>
</SpecificWordCaps>
<Identifiers>
<Enabled> False </Enabled>
<Words></Words>
</Identifiers>
<NotIdent>
<Enabled> False </Enabled>
<Words></Words>
</NotIdent>
<UnitNameCaps>
<Enabled> False </Enabled>
<Words></Words>
</UnitNameCaps>
<Asm>
<Caps> 1 </Caps>
<BreaksAfterLabel> 1 </BreaksAfterLabel>
<BreaksAfterLabelEnabled> True </BreaksAfterLabelEnabled>
<StatementIndentEnabled> False </StatementIndentEnabled>
<StatementIndent> 0 </StatementIndent>
<ParamsIndentEnabled> False </ParamsIndentEnabled>
<ParamsIndent> 0 </ParamsIndent>
</Asm>
<PreProcessor>
<Enabled> False </Enabled>
<DefinedSymbols></DefinedSymbols>
<DefinedOptions></DefinedOptions>
</PreProcessor>
<Align>
<AlignAssign> False </AlignAssign>
<AlignConst> False </AlignConst>
<AlignTypedef> False </AlignTypedef>
<AlignVars> False </AlignVars>
<AlignComment> False </AlignComment>
<AlignFields> False </AlignFields>
<InterfaceOnly> False </InterfaceOnly>
<MinColumn> 0 </MinColumn>
<MaxColumn> 0 </MaxColumn>
<MaxVariance> 1 </MaxVariance>
<MaxVarianceInterface> 1 </MaxVarianceInterface>
<MaxUnalignedStatements> 0 </MaxUnalignedStatements>
</Align>
<Replace>
<Enabled> False </Enabled>
<Words></Words>
</Replace>
<Uses>
<RemoveEnabled> False </RemoveEnabled>
<InsertInterfaceEnabled> False </InsertInterfaceEnabled>
<InsertImplementationEnabled> False </InsertImplementationEnabled>
<FindReplaceEnabled> False </FindReplaceEnabled>
<Remove></Remove>
<InsertInterface></InsertInterface>
<InsertImplementation></InsertImplementation>
<Find></Find>
<Replace></Replace>
</Uses>
<Transform>
<BeginEndStyle> 2 </BeginEndStyle>
<AddBlockEndSemicolon> True </AddBlockEndSemicolon>
<SortUsesInterface> False </SortUsesInterface>
<SortUsesImplmentation> False </SortUsesImplmentation>
<SortUsesProgram> False </SortUsesProgram>
<SortUsesBreakOnReturn> False </SortUsesBreakOnReturn>
<SortUsesBreakOnComment> False </SortUsesBreakOnComment>
<SortUsesSortOrder> 0 </SortUsesSortOrder>
<SortUsesNoComments> False </SortUsesNoComments>
</Transform>
</CodeFormatSettings>