blob: a1a82b0357cc4dee988947416ed861ec0f1905eb (
plain)
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
|
[header]
categories=General options|Spaces|Indentation|Alignments
cfgFileParameterEnding=cr
configFilename=psti.cfg
fileTypes=*.sql
indenterFileName=psti.exe
indenterName=Pl/Sql tidy (Pl/Sql)
inputFileName=indentinput
inputFileParameter="-i "
manual=http://psti.equinoxbase.com/manual.html
outputFileName=indentoutput
outputFileParameter="-o "
stringparaminquotes=false
parameterOrder=iop
showHelpParameter=-h
stringparaminquotes=false
useCfgFileParameter="-ls "
version=1.2
[Disable all switches]
Category=0
Description="<html>Sets all switches to off.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-0|
ValueDefault=0
[Uppercase Keywords]
Category=0
Description="<html>Uppercase Keywords.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-uk+|-uk-
ValueDefault=0
[Capitalized Keywords]
Category=0
Description="<html>Capitalized Keywords.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-ck+|-ck-
ValueDefault=0
[Lowercase Keywords]
Category=0
Description="<html>Lowercase Keywords.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-lk+|-lk-
ValueDefault=0
[Uppercase Identifiers]
Category=0
Description="<html>Uppercase Identifiers.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-ui+|-ui-
ValueDefault=0
[Lowercase Identifiers]
Category=0
Description="<html>Lowercase Identifiers.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-li+|-li-
ValueDefault=0
[Capitalized Identifiers]
Category=0
Description="<html>Capitalized Identifiers.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-ci+|-ci-
ValueDefault=0
[Compactify]
Category=1
Description="<html>Compactify, remove redundant spaces/keep.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-c+|-c-
ValueDefault=0
[Remove Operation Spaces]
Category=1
Description="<html>Remove spaces around operations (+,- etcdo nothing/).</html>"
Enabled=false
EditorType=boolean
TrueFalse=-co+|-co-
ValueDefault=0
[Add Operation Spaces]
Category=1
Description="<html>Add space around operations/do nothing.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-sao+|-sao-
ValueDefault=0
[Remove Space Open Bracket]
Category=1
Description="<html>Remove spaces after opening brackets/keep.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-rsaob+|-rsaob-
ValueDefault=0
[Don't Remove Bracket Space]
Category=1
Description="<html>Don't remove spaces around brackets/do nothing.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-ncb+|-ncb-
ValueDefault=0
[Indent Size]
Category=2
Description="<html>Indent size in spaces or in tabs (generally).</html>"
Enabled=true
EditorType=numeric
CallName="-is "
MinVal=0
MaxVal=1024
ValueDefault=4
[Indent Lines]
Category=2
Description="<html>Whether to indent strings lines.</html>"
Enabled=true
EditorType=boolean
TrueFalse=-in+|-in-
ValueDefault=1
[Keep relative indentation]
Category=2
Description="<html>Keep the relative identation of an allowed sql/do nothing.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-rs+|-rs-
ValueDefault=0
[Indent after exception]
Category=2
Description="<html>Extra indentation after exception when yes/no.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-iaew+|-iaew-
ValueDefault=0
[Indent after case]
Category=2
Description="<html>Extra indentation after case when yes/no.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-iacw+|-iacw-
ValueDefault=0
[Indent after cursor]
Category=2
Description="<html>Extra indentation after cursor yes/no.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-iac+|-iac-
ValueDefault=0
[Indent comments]
Category=2
Description="<html>Indent standalone comments.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-isc+|-isc-
ValueDefault=0
[Indent comments special]
Category=2
Description="<html>Indent standalone comments in some special cases too.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-isc2+|-isc2-
ValueDefault=0
[Indent inside comments]
Category=2
Description="<html>Indent inside comments/do nothing.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-iic+|-iic-
ValueDefault=0
[Column alignment]
Category=3
Description="<html>Column like lists inside brackets.</html>"
Enabled=false
EditorType=boolean
TrueFalse=-clb+|-clb-
ValueDefault=0
|