@@ -71,7 +71,7 @@ <h3 style="margin: 0.5rem 0">Options</h3>
71
71
</ select >
72
72
</ article >
73
73
< article class ="config ">
74
- < label for ="keywordCase "> Keyword Case:</ label >
74
+ < label for ="keywordCase "> Case:</ label >
75
75
< select id ="keywordCase ">
76
76
< option value ="preserve "> Preserve</ option >
77
77
< option value ="upper "> Uppercase</ option >
@@ -95,7 +95,7 @@ <h3 style="margin: 0.5rem 0">Options</h3>
95
95
</ select >
96
96
</ article >
97
97
< article class ="config ">
98
- < label for ="multilineLists.itemCount "> Newline Item Count :</ label >
98
+ < label for ="multilineLists.itemCount "> Newline item count :</ label >
99
99
< input
100
100
type ="number "
101
101
id ="multilineLists.itemCount "
@@ -106,14 +106,14 @@ <h3 style="margin: 0.5rem 0">Options</h3>
106
106
/>
107
107
</ article >
108
108
< article class ="config ">
109
- < label for ="logicalOperatorNewline "> Logical operator newlines:</ label >
109
+ < label for ="logicalOperatorNewline "> AND/OR newlines:</ label >
110
110
< select id ="logicalOperatorNewline ">
111
111
< option value ="before "> before</ option >
112
112
< option value ="after "> after</ option >
113
113
</ select >
114
114
</ article >
115
115
< article class ="config ">
116
- < label for ="aliasAs "> Use AS in alias:</ label >
116
+ < label for ="aliasAs "> AS in alias:</ label >
117
117
< select id ="aliasAs ">
118
118
< option value ="preserve "> Preserve</ option >
119
119
< option value ="select "> SELECT Only</ option >
@@ -122,19 +122,19 @@ <h3 style="margin: 0.5rem 0">Options</h3>
122
122
</ select >
123
123
</ article >
124
124
< article class ="config ">
125
- < label for ="tabulateAlias "> Align Aliases </ label >
125
+ < label for ="tabulateAlias "> Align aliases </ label >
126
126
< input type ="checkbox " id ="tabulateAlias " name ="tabulateAlias " />
127
127
</ article >
128
128
< article class ="config ">
129
- < label for ="commaPosition "> CommaPosition :</ label >
129
+ < label for ="commaPosition "> Comma position :</ label >
130
130
< select id ="commaPosition ">
131
131
< option value ="after "> After</ option >
132
132
< option value ="before "> Before</ option >
133
133
< option value ="tabular "> Tabular</ option >
134
134
</ select >
135
135
</ article >
136
136
< article class ="config ">
137
- < label for ="newlineBeforeOpenParen "> Newline before (</ label >
137
+ < label for ="newlineBeforeOpenParen "> \n before (</ label >
138
138
< input
139
139
type ="checkbox "
140
140
id ="newlineBeforeOpenParen "
@@ -143,7 +143,7 @@ <h3 style="margin: 0.5rem 0">Options</h3>
143
143
/>
144
144
</ article >
145
145
< article class ="config ">
146
- < label for ="newlineBeforeCloseParen "> Newline before )</ label >
146
+ < label for ="newlineBeforeCloseParen "> \n before )</ label >
147
147
< input
148
148
type ="checkbox "
149
149
id ="newlineBeforeCloseParen "
@@ -174,7 +174,7 @@ <h3 style="margin: 0.5rem 0">Options</h3>
174
174
/>
175
175
</ article >
176
176
< article class ="config ">
177
- < label for ="denseOperators "> Dense Operators </ label >
177
+ < label for ="denseOperators "> Dense operators </ label >
178
178
< input type ="checkbox " id ="denseOperators " name ="denseOperators " />
179
179
</ article >
180
180
< article class ="config ">
0 commit comments