-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathformat_options_default.json
More file actions
166 lines (165 loc) · 5.12 KB
/
format_options_default.json
File metadata and controls
166 lines (165 loc) · 5.12 KB
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
{
"dbVendor":"dbvmssql",
"output":{
"output_type":"ofsql",
"varname":"varname1"
},
"preprocessor":{
"remove_linebreak_before_parse":false,
"trim_quoted_char_of_eachline":false,
"quoted_char_of_eachline":"\""
},
"formatOptions":{
"alignment":{
"select_keywords_alignoption":"aloleft",
"true_left":false
},
"blankline":{
"emptylines":"remove",
"insert_blankline_inbatchsqls":false,
},
"capitalization":{
"case_keywords":"couppercase",
"case_datatype":"conochange",
"case_funcname":"coinitcap",
"case_builtinfunc":"coinitcap",
"case_identifier":"coinitcapeachword",
"case_quoted_identifier":"conochange",
"case_table_name":"conochange",
"case_column_name":"conochange",
"case_alias_name":"conochange",
"case_column_alias":"conochange",
"case_prefix_identitfer":"conochange",
"case_variable_name":"conochange",
"identifier_prefix_list":""
},
"case_expression":{
"case_when_then_in_sameline":true,
"indent_casefromswitch":2,
"indent_case_then":0,
"case_when_in_sameline_as_case":false,
"case_then_expr_in_newline":false,
"case_else_expr_in_newline":false,
},
"comment":{
"remove_comment":false
},
"create_table":{
"bestyle_createtable_leftbeonnewline":true,
"bestyle_createtable_leftbeindentsize":2,
"bestyle_createtable_rightbeonnewline":true,
"bestyle_createtable_rightbeindentsize":2,
"createtable_listiteminnewline":true,
"createtable_fields_alignwithcreatekeyword":false,
"createtable_fieldlist_align_option":"aloleft",
"createtable_fieldlist_style":"asstacked",
"createtable_fieldlist_comma_option":"lfaftercomma"
},
"default_option":{
"align":"asstacked",
"comma":"lfaftercomma",
},
"execute":{
"exec_first_paramater_in_newline":true,
"exec_parameters_align_value":false,
"exec_parameters_style":"asstacked",
"exec_parameters_comma_option":"lfaftercomma"
},
"expression":{
"expr_remove_redundant_brackets":false,
"expr_parenthesis_innewline":false,
"expr_concat_string_max_length":40
},
"indentation":{
"indent_len":2,
"use_tab":false,
"tab_size":2,
"input_tab_size":2,
"bestyle_function_bodyindent":2,
"bestyle_block_leftbeonnewline":true,
"bestyle_block_leftbeindentsize":2,
"bestyle_block_rightbeindentsize ":2,
"bestyle_blockindentsize":2,
"bestyle_ifelsesinglestmtindentsize":2
},
"insert":{
"insert_parenthesis_in_separate_line":false,
"insert_columnlist_style":"asstacked",
"insert_valuelist_style":"asstacked",
"insert_indent_select":false,
"insert_columns_per_line":0
},
"line_number":{
"linenumber_enabled":false,
"linenumber_0_based":false,
"linenumber_leftmargin":0,
"linenumber_rightmargin":2
},
"line_width":{
"line_width":999,
"compact_mode":"cpmnone"
},
"parameter":{
"bestyle_function_leftbeonnewline":false,
"bestyle_function_leftbeindentsize":0,
"bestyle_function_rightbeonnewline":false,
"bestyle_function_rightbeindentsize":0,
"parameters_style":"asstacked",
"parameters_comma":"lfaftercomma",
"bestyle_function_firstparaminnewline":false,
"parameters_align_datatype":true,
"functioncall_parameters_style":"aswrapped",
"functioncall_parameters_comma":"lfaftercomma"
},
"refactor":{
"add_missing_semicolon":false
},
"select":{
"select_columnlist_style":"asstacked",
"select_columnlist_comma":"lfaftercomma",
"align_alias_in_select_list":true,
"treat_distinct_as_virtual_column":false,
"select_fromclause_style":"asstacked",
"select_fromclause_comma":"lfaftercomma",
"select_item_in_newline":false,
"into_clause_in_newline":false,
"from_clause_in_newline":false,
"align_alias_in_from_clause":false,
"align_and_or_with_on_in_join_clause":false,
"where_clause_in_newline":false,
"and_or_under_where":false,
"where_clause_align_expr":false,
"group_by_clause_in_newline":false,
"having_clause_in_new_line":false,
"order_by_clause_in_newline":false,
"comma_inside_list":true,
"keep_comment_after_column":false,
"select_from_clause_join_condition_in_newline":true,
"align_join_condition":false,
"select_from_clause_join_on_in_newline":false,
"align_join_with_from_keyword":false,
"select_groupby_style":"asstacked",
"select_orderby_style":"asstacked",
"linefeeds_and_or_option":"lfbeforeandor"
},
"subquery":{
"subquery_newline_after_in":false,
"subquery_newline_after_exists":false,
"subquery_newline_after_comparisonoperator":false,
"subquery_newline_before_comparisonoperator":false,
},
"update":{
"update_columnlist_style":"asstacked",
"update_set_clause_innewline":false,
"update_from_clause_innewline":false
},
"whitespace":{
"wspadding_operator_arithmetic":true,
"wspadding_parentheses_in_function":false,
"wspadding_parentheses_in_expression":true,
"wspadding_parentheses_of_subquery":false,
"wspadding_parentheses_in_functioncall":false,
"wspadding_parentheses_of_typename":false
}
}
}