@caspertech/node-metaverse 0.5.54 → 0.5.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +72 -124
- package/package.json +1 -1
package/.editorconfig
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
[*]
|
|
2
2
|
charset = utf-8
|
|
3
|
-
end_of_line =
|
|
3
|
+
end_of_line = lf
|
|
4
4
|
indent_size = 4
|
|
5
5
|
indent_style = space
|
|
6
6
|
insert_final_newline = true
|
|
7
7
|
max_line_length = 120
|
|
8
8
|
tab_width = 4
|
|
9
|
+
trim_trailing_whitespace = true
|
|
9
10
|
ij_continuation_indent_size = 8
|
|
10
11
|
ij_formatter_off_tag = @formatter:off
|
|
11
12
|
ij_formatter_on_tag = @formatter:on
|
|
12
|
-
ij_formatter_tags_enabled =
|
|
13
|
+
ij_formatter_tags_enabled = true
|
|
13
14
|
ij_smart_tabs = false
|
|
14
|
-
ij_visual_guides =
|
|
15
|
+
ij_visual_guides =
|
|
15
16
|
ij_wrap_on_typing = false
|
|
16
17
|
|
|
17
18
|
[*.blade.php]
|
|
@@ -21,6 +22,7 @@ ij_blade_keep_indents_on_empty_lines = false
|
|
|
21
22
|
ij_css_align_closing_brace_with_properties = false
|
|
22
23
|
ij_css_blank_lines_around_nested_selector = 1
|
|
23
24
|
ij_css_blank_lines_between_blocks = 1
|
|
25
|
+
ij_css_block_comment_add_space = false
|
|
24
26
|
ij_css_brace_placement = end_of_line
|
|
25
27
|
ij_css_enforce_quotes_on_format = false
|
|
26
28
|
ij_css_hex_color_long_format = false
|
|
@@ -40,15 +42,12 @@ ij_css_value_alignment = do_not_align
|
|
|
40
42
|
indent_size = 2
|
|
41
43
|
ij_gherkin_keep_indents_on_empty_lines = false
|
|
42
44
|
|
|
43
|
-
[*.haml]
|
|
44
|
-
indent_size = 2
|
|
45
|
-
ij_haml_keep_indents_on_empty_lines = false
|
|
46
|
-
|
|
47
45
|
[*.less]
|
|
48
46
|
indent_size = 2
|
|
49
47
|
ij_less_align_closing_brace_with_properties = false
|
|
50
48
|
ij_less_blank_lines_around_nested_selector = 1
|
|
51
49
|
ij_less_blank_lines_between_blocks = 1
|
|
50
|
+
ij_less_block_comment_add_space = false
|
|
52
51
|
ij_less_brace_placement = 0
|
|
53
52
|
ij_less_enforce_quotes_on_format = false
|
|
54
53
|
ij_less_hex_color_long_format = false
|
|
@@ -58,6 +57,8 @@ ij_less_hex_color_upper_case = false
|
|
|
58
57
|
ij_less_keep_blank_lines_in_code = 2
|
|
59
58
|
ij_less_keep_indents_on_empty_lines = false
|
|
60
59
|
ij_less_keep_single_line_blocks = false
|
|
60
|
+
ij_less_line_comment_add_space = false
|
|
61
|
+
ij_less_line_comment_at_first_column = false
|
|
61
62
|
ij_less_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow
|
|
62
63
|
ij_less_space_after_colon = true
|
|
63
64
|
ij_less_space_before_opening_brace = true
|
|
@@ -78,6 +79,8 @@ ij_sass_hex_color_upper_case = false
|
|
|
78
79
|
ij_sass_keep_blank_lines_in_code = 2
|
|
79
80
|
ij_sass_keep_indents_on_empty_lines = false
|
|
80
81
|
ij_sass_keep_single_line_blocks = false
|
|
82
|
+
ij_sass_line_comment_add_space = false
|
|
83
|
+
ij_sass_line_comment_at_first_column = false
|
|
81
84
|
ij_sass_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow
|
|
82
85
|
ij_sass_space_after_colon = true
|
|
83
86
|
ij_sass_space_before_opening_brace = true
|
|
@@ -89,6 +92,7 @@ indent_size = 2
|
|
|
89
92
|
ij_scss_align_closing_brace_with_properties = false
|
|
90
93
|
ij_scss_blank_lines_around_nested_selector = 1
|
|
91
94
|
ij_scss_blank_lines_between_blocks = 1
|
|
95
|
+
ij_scss_block_comment_add_space = false
|
|
92
96
|
ij_scss_brace_placement = 0
|
|
93
97
|
ij_scss_enforce_quotes_on_format = false
|
|
94
98
|
ij_scss_hex_color_long_format = false
|
|
@@ -98,6 +102,8 @@ ij_scss_hex_color_upper_case = false
|
|
|
98
102
|
ij_scss_keep_blank_lines_in_code = 2
|
|
99
103
|
ij_scss_keep_indents_on_empty_lines = false
|
|
100
104
|
ij_scss_keep_single_line_blocks = false
|
|
105
|
+
ij_scss_line_comment_add_space = false
|
|
106
|
+
ij_scss_line_comment_at_first_column = false
|
|
101
107
|
ij_scss_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow
|
|
102
108
|
ij_scss_space_after_colon = true
|
|
103
109
|
ij_scss_space_before_opening_brace = true
|
|
@@ -120,7 +126,6 @@ ij_vue_interpolation_new_line_before_end_delimiter = true
|
|
|
120
126
|
ij_vue_interpolation_wrap = off
|
|
121
127
|
ij_vue_keep_indents_on_empty_lines = false
|
|
122
128
|
ij_vue_spaces_within_interpolation_expressions = true
|
|
123
|
-
ij_vue_uniform_indent = true
|
|
124
129
|
|
|
125
130
|
[.editorconfig]
|
|
126
131
|
ij_editorconfig_align_group_field_declarations = false
|
|
@@ -134,6 +139,7 @@ ij_editorconfig_spaces_around_assignment_operators = true
|
|
|
134
139
|
ij_xml_align_attributes = true
|
|
135
140
|
ij_xml_align_text = false
|
|
136
141
|
ij_xml_attribute_wrap = normal
|
|
142
|
+
ij_xml_block_comment_add_space = false
|
|
137
143
|
ij_xml_block_comment_at_first_column = true
|
|
138
144
|
ij_xml_keep_blank_lines = 2
|
|
139
145
|
ij_xml_keep_indents_on_empty_lines = false
|
|
@@ -148,7 +154,7 @@ ij_xml_space_around_equals_in_attribute = false
|
|
|
148
154
|
ij_xml_space_inside_empty_tag = false
|
|
149
155
|
ij_xml_text_wrap = normal
|
|
150
156
|
|
|
151
|
-
[{*.ats,*.ts}]
|
|
157
|
+
[{*.ats,*.cts,*.mts,*.ts}]
|
|
152
158
|
ij_continuation_indent_size = 4
|
|
153
159
|
ij_typescript_align_imports = false
|
|
154
160
|
ij_typescript_align_multiline_array_initializer_expression = false
|
|
@@ -177,6 +183,8 @@ ij_typescript_blank_lines_around_function = 1
|
|
|
177
183
|
ij_typescript_blank_lines_around_method = 1
|
|
178
184
|
ij_typescript_blank_lines_around_method_in_interface = 1
|
|
179
185
|
ij_typescript_block_brace_style = next_line
|
|
186
|
+
ij_typescript_block_comment_add_space = false
|
|
187
|
+
ij_typescript_block_comment_at_first_column = true
|
|
180
188
|
ij_typescript_call_parameters_new_line_after_left_paren = false
|
|
181
189
|
ij_typescript_call_parameters_right_paren_on_new_line = false
|
|
182
190
|
ij_typescript_call_parameters_wrap = off
|
|
@@ -184,9 +192,10 @@ ij_typescript_catch_on_new_line = true
|
|
|
184
192
|
ij_typescript_chained_call_dot_on_new_line = true
|
|
185
193
|
ij_typescript_class_brace_style = next_line
|
|
186
194
|
ij_typescript_comma_on_new_line = false
|
|
187
|
-
ij_typescript_do_while_brace_force =
|
|
195
|
+
ij_typescript_do_while_brace_force = always
|
|
188
196
|
ij_typescript_else_on_new_line = true
|
|
189
|
-
ij_typescript_enforce_trailing_comma =
|
|
197
|
+
ij_typescript_enforce_trailing_comma = whenmultiline
|
|
198
|
+
ij_typescript_enum_constants_wrap = on_every_item
|
|
190
199
|
ij_typescript_extends_keyword_wrap = off
|
|
191
200
|
ij_typescript_extends_list_wrap = off
|
|
192
201
|
ij_typescript_field_prefix = _
|
|
@@ -199,11 +208,11 @@ ij_typescript_for_statement_wrap = off
|
|
|
199
208
|
ij_typescript_force_quote_style = true
|
|
200
209
|
ij_typescript_force_semicolon_style = false
|
|
201
210
|
ij_typescript_function_expression_brace_style = next_line
|
|
202
|
-
ij_typescript_if_brace_force =
|
|
211
|
+
ij_typescript_if_brace_force = never
|
|
203
212
|
ij_typescript_import_merge_members = global
|
|
204
213
|
ij_typescript_import_prefer_absolute_path = global
|
|
205
214
|
ij_typescript_import_sort_members = true
|
|
206
|
-
ij_typescript_import_sort_module_name =
|
|
215
|
+
ij_typescript_import_sort_module_name = false
|
|
207
216
|
ij_typescript_import_use_node_resolution = true
|
|
208
217
|
ij_typescript_imports_wrap = on_every_item
|
|
209
218
|
ij_typescript_indent_case_from_switch = true
|
|
@@ -225,14 +234,16 @@ ij_typescript_method_parameters_new_line_after_left_paren = false
|
|
|
225
234
|
ij_typescript_method_parameters_right_paren_on_new_line = false
|
|
226
235
|
ij_typescript_method_parameters_wrap = off
|
|
227
236
|
ij_typescript_object_literal_wrap = on_every_item
|
|
237
|
+
ij_typescript_object_types_wrap = on_every_item
|
|
228
238
|
ij_typescript_parentheses_expression_new_line_after_left_paren = false
|
|
229
239
|
ij_typescript_parentheses_expression_right_paren_on_new_line = false
|
|
230
240
|
ij_typescript_place_assignment_sign_on_next_line = false
|
|
231
241
|
ij_typescript_prefer_as_type_cast = true
|
|
232
|
-
ij_typescript_prefer_explicit_types_function_expression_returns =
|
|
233
|
-
ij_typescript_prefer_explicit_types_function_returns =
|
|
234
|
-
ij_typescript_prefer_explicit_types_vars_fields =
|
|
242
|
+
ij_typescript_prefer_explicit_types_function_expression_returns = false
|
|
243
|
+
ij_typescript_prefer_explicit_types_function_returns = false
|
|
244
|
+
ij_typescript_prefer_explicit_types_vars_fields = false
|
|
235
245
|
ij_typescript_prefer_parameters_wrap = false
|
|
246
|
+
ij_typescript_property_prefix =
|
|
236
247
|
ij_typescript_reformat_c_style_comments = false
|
|
237
248
|
ij_typescript_space_after_colon = true
|
|
238
249
|
ij_typescript_space_after_comma = true
|
|
@@ -242,7 +253,7 @@ ij_typescript_space_after_property_colon = true
|
|
|
242
253
|
ij_typescript_space_after_quest = true
|
|
243
254
|
ij_typescript_space_after_type_colon = true
|
|
244
255
|
ij_typescript_space_after_unary_not = false
|
|
245
|
-
ij_typescript_space_before_async_arrow_lparen =
|
|
256
|
+
ij_typescript_space_before_async_arrow_lparen = false
|
|
246
257
|
ij_typescript_space_before_catch_keyword = true
|
|
247
258
|
ij_typescript_space_before_catch_left_brace = true
|
|
248
259
|
ij_typescript_space_before_catch_parentheses = true
|
|
@@ -307,13 +318,13 @@ ij_typescript_ternary_operation_wrap = off
|
|
|
307
318
|
ij_typescript_union_types_wrap = on_every_item
|
|
308
319
|
ij_typescript_use_chained_calls_group_indents = false
|
|
309
320
|
ij_typescript_use_double_quotes = false
|
|
310
|
-
ij_typescript_use_explicit_js_extension =
|
|
321
|
+
ij_typescript_use_explicit_js_extension = auto
|
|
311
322
|
ij_typescript_use_path_mapping = always
|
|
312
323
|
ij_typescript_use_public_modifier = true
|
|
313
324
|
ij_typescript_use_semicolon_after_statement = true
|
|
314
325
|
ij_typescript_var_declaration_wrap = normal
|
|
315
326
|
ij_typescript_while_brace_force = always
|
|
316
|
-
ij_typescript_while_on_new_line =
|
|
327
|
+
ij_typescript_while_on_new_line = true
|
|
317
328
|
ij_typescript_wrap_comments = false
|
|
318
329
|
|
|
319
330
|
[{*.bash,*.sh,*.zsh}]
|
|
@@ -324,6 +335,7 @@ ij_shell_keep_column_alignment_padding = false
|
|
|
324
335
|
ij_shell_minify_program = false
|
|
325
336
|
ij_shell_redirect_followed_by_space = false
|
|
326
337
|
ij_shell_switch_cases_indented = false
|
|
338
|
+
ij_shell_use_unix_line_separator = true
|
|
327
339
|
|
|
328
340
|
[{*.cjs,*.js}]
|
|
329
341
|
ij_continuation_indent_size = 4
|
|
@@ -338,7 +350,7 @@ ij_javascript_align_multiline_parameters_in_calls = false
|
|
|
338
350
|
ij_javascript_align_multiline_ternary_operation = true
|
|
339
351
|
ij_javascript_align_object_properties = 1
|
|
340
352
|
ij_javascript_align_union_types = false
|
|
341
|
-
ij_javascript_align_var_statements =
|
|
353
|
+
ij_javascript_align_var_statements = 2
|
|
342
354
|
ij_javascript_array_initializer_new_line_after_left_brace = false
|
|
343
355
|
ij_javascript_array_initializer_right_brace_on_new_line = false
|
|
344
356
|
ij_javascript_array_initializer_wrap = on_every_item
|
|
@@ -352,12 +364,14 @@ ij_javascript_blank_lines_around_field = 0
|
|
|
352
364
|
ij_javascript_blank_lines_around_function = 1
|
|
353
365
|
ij_javascript_blank_lines_around_method = 1
|
|
354
366
|
ij_javascript_block_brace_style = next_line
|
|
367
|
+
ij_javascript_block_comment_add_space = false
|
|
368
|
+
ij_javascript_block_comment_at_first_column = true
|
|
355
369
|
ij_javascript_call_parameters_new_line_after_left_paren = false
|
|
356
370
|
ij_javascript_call_parameters_right_paren_on_new_line = false
|
|
357
371
|
ij_javascript_call_parameters_wrap = off
|
|
358
372
|
ij_javascript_catch_on_new_line = true
|
|
359
373
|
ij_javascript_chained_call_dot_on_new_line = true
|
|
360
|
-
ij_javascript_class_brace_style =
|
|
374
|
+
ij_javascript_class_brace_style = next_line
|
|
361
375
|
ij_javascript_comma_on_new_line = false
|
|
362
376
|
ij_javascript_do_while_brace_force = if_multiline
|
|
363
377
|
ij_javascript_else_on_new_line = true
|
|
@@ -373,7 +387,7 @@ ij_javascript_for_statement_right_paren_on_new_line = false
|
|
|
373
387
|
ij_javascript_for_statement_wrap = off
|
|
374
388
|
ij_javascript_force_quote_style = false
|
|
375
389
|
ij_javascript_force_semicolon_style = false
|
|
376
|
-
ij_javascript_function_expression_brace_style =
|
|
390
|
+
ij_javascript_function_expression_brace_style = next_line
|
|
377
391
|
ij_javascript_if_brace_force = if_multiline
|
|
378
392
|
ij_javascript_import_merge_members = global
|
|
379
393
|
ij_javascript_import_prefer_absolute_path = global
|
|
@@ -399,6 +413,7 @@ ij_javascript_method_parameters_new_line_after_left_paren = false
|
|
|
399
413
|
ij_javascript_method_parameters_right_paren_on_new_line = false
|
|
400
414
|
ij_javascript_method_parameters_wrap = off
|
|
401
415
|
ij_javascript_object_literal_wrap = on_every_item
|
|
416
|
+
ij_javascript_object_types_wrap = on_every_item
|
|
402
417
|
ij_javascript_parentheses_expression_new_line_after_left_paren = false
|
|
403
418
|
ij_javascript_parentheses_expression_right_paren_on_new_line = false
|
|
404
419
|
ij_javascript_place_assignment_sign_on_next_line = false
|
|
@@ -407,6 +422,7 @@ ij_javascript_prefer_explicit_types_function_expression_returns = false
|
|
|
407
422
|
ij_javascript_prefer_explicit_types_function_returns = false
|
|
408
423
|
ij_javascript_prefer_explicit_types_vars_fields = false
|
|
409
424
|
ij_javascript_prefer_parameters_wrap = false
|
|
425
|
+
ij_javascript_property_prefix =
|
|
410
426
|
ij_javascript_reformat_c_style_comments = false
|
|
411
427
|
ij_javascript_space_after_colon = true
|
|
412
428
|
ij_javascript_space_after_comma = true
|
|
@@ -481,7 +497,7 @@ ij_javascript_ternary_operation_wrap = off
|
|
|
481
497
|
ij_javascript_union_types_wrap = on_every_item
|
|
482
498
|
ij_javascript_use_chained_calls_group_indents = false
|
|
483
499
|
ij_javascript_use_double_quotes = true
|
|
484
|
-
ij_javascript_use_explicit_js_extension =
|
|
500
|
+
ij_javascript_use_explicit_js_extension = auto
|
|
485
501
|
ij_javascript_use_path_mapping = always
|
|
486
502
|
ij_javascript_use_public_modifier = false
|
|
487
503
|
ij_javascript_use_semicolon_after_statement = true
|
|
@@ -490,110 +506,15 @@ ij_javascript_while_brace_force = if_multiline
|
|
|
490
506
|
ij_javascript_while_on_new_line = true
|
|
491
507
|
ij_javascript_wrap_comments = false
|
|
492
508
|
|
|
493
|
-
[{*.cjsx,*.coffee}]
|
|
494
|
-
indent_size = 2
|
|
495
|
-
tab_width = 2
|
|
496
|
-
ij_continuation_indent_size = 2
|
|
497
|
-
ij_coffeescript_align_function_body = false
|
|
498
|
-
ij_coffeescript_align_imports = false
|
|
499
|
-
ij_coffeescript_align_multiline_array_initializer_expression = true
|
|
500
|
-
ij_coffeescript_align_multiline_parameters = true
|
|
501
|
-
ij_coffeescript_align_multiline_parameters_in_calls = false
|
|
502
|
-
ij_coffeescript_align_object_properties = 0
|
|
503
|
-
ij_coffeescript_align_union_types = false
|
|
504
|
-
ij_coffeescript_align_var_statements = 0
|
|
505
|
-
ij_coffeescript_array_initializer_new_line_after_left_brace = false
|
|
506
|
-
ij_coffeescript_array_initializer_right_brace_on_new_line = false
|
|
507
|
-
ij_coffeescript_array_initializer_wrap = normal
|
|
508
|
-
ij_coffeescript_blacklist_imports = rxjs/Rx,node_modules/**,**/node_modules/**,@angular/material,@angular/material/typings/**
|
|
509
|
-
ij_coffeescript_blank_lines_around_function = 1
|
|
510
|
-
ij_coffeescript_call_parameters_new_line_after_left_paren = false
|
|
511
|
-
ij_coffeescript_call_parameters_right_paren_on_new_line = false
|
|
512
|
-
ij_coffeescript_call_parameters_wrap = normal
|
|
513
|
-
ij_coffeescript_chained_call_dot_on_new_line = true
|
|
514
|
-
ij_coffeescript_comma_on_new_line = false
|
|
515
|
-
ij_coffeescript_enforce_trailing_comma = keep
|
|
516
|
-
ij_coffeescript_field_prefix = _
|
|
517
|
-
ij_coffeescript_file_name_style = relaxed
|
|
518
|
-
ij_coffeescript_force_quote_style = false
|
|
519
|
-
ij_coffeescript_force_semicolon_style = false
|
|
520
|
-
ij_coffeescript_function_expression_brace_style = end_of_line
|
|
521
|
-
ij_coffeescript_import_merge_members = global
|
|
522
|
-
ij_coffeescript_import_prefer_absolute_path = global
|
|
523
|
-
ij_coffeescript_import_sort_members = true
|
|
524
|
-
ij_coffeescript_import_sort_module_name = false
|
|
525
|
-
ij_coffeescript_import_use_node_resolution = true
|
|
526
|
-
ij_coffeescript_imports_wrap = on_every_item
|
|
527
|
-
ij_coffeescript_indent_chained_calls = true
|
|
528
|
-
ij_coffeescript_indent_package_children = 0
|
|
529
|
-
ij_coffeescript_jsx_attribute_value = braces
|
|
530
|
-
ij_coffeescript_keep_blank_lines_in_code = 2
|
|
531
|
-
ij_coffeescript_keep_first_column_comment = true
|
|
532
|
-
ij_coffeescript_keep_indents_on_empty_lines = false
|
|
533
|
-
ij_coffeescript_keep_line_breaks = true
|
|
534
|
-
ij_coffeescript_keep_simple_methods_in_one_line = false
|
|
535
|
-
ij_coffeescript_method_parameters_new_line_after_left_paren = false
|
|
536
|
-
ij_coffeescript_method_parameters_right_paren_on_new_line = false
|
|
537
|
-
ij_coffeescript_method_parameters_wrap = off
|
|
538
|
-
ij_coffeescript_object_literal_wrap = on_every_item
|
|
539
|
-
ij_coffeescript_prefer_as_type_cast = false
|
|
540
|
-
ij_coffeescript_prefer_explicit_types_function_expression_returns = false
|
|
541
|
-
ij_coffeescript_prefer_explicit_types_function_returns = false
|
|
542
|
-
ij_coffeescript_prefer_explicit_types_vars_fields = false
|
|
543
|
-
ij_coffeescript_reformat_c_style_comments = false
|
|
544
|
-
ij_coffeescript_space_after_comma = true
|
|
545
|
-
ij_coffeescript_space_after_dots_in_rest_parameter = false
|
|
546
|
-
ij_coffeescript_space_after_generator_mult = true
|
|
547
|
-
ij_coffeescript_space_after_property_colon = true
|
|
548
|
-
ij_coffeescript_space_after_type_colon = true
|
|
549
|
-
ij_coffeescript_space_after_unary_not = false
|
|
550
|
-
ij_coffeescript_space_before_async_arrow_lparen = true
|
|
551
|
-
ij_coffeescript_space_before_class_lbrace = true
|
|
552
|
-
ij_coffeescript_space_before_comma = false
|
|
553
|
-
ij_coffeescript_space_before_function_left_parenth = true
|
|
554
|
-
ij_coffeescript_space_before_generator_mult = false
|
|
555
|
-
ij_coffeescript_space_before_property_colon = false
|
|
556
|
-
ij_coffeescript_space_before_type_colon = false
|
|
557
|
-
ij_coffeescript_space_before_unary_not = false
|
|
558
|
-
ij_coffeescript_spaces_around_additive_operators = true
|
|
559
|
-
ij_coffeescript_spaces_around_arrow_function_operator = true
|
|
560
|
-
ij_coffeescript_spaces_around_assignment_operators = true
|
|
561
|
-
ij_coffeescript_spaces_around_bitwise_operators = true
|
|
562
|
-
ij_coffeescript_spaces_around_equality_operators = true
|
|
563
|
-
ij_coffeescript_spaces_around_logical_operators = true
|
|
564
|
-
ij_coffeescript_spaces_around_multiplicative_operators = true
|
|
565
|
-
ij_coffeescript_spaces_around_relational_operators = true
|
|
566
|
-
ij_coffeescript_spaces_around_shift_operators = true
|
|
567
|
-
ij_coffeescript_spaces_around_unary_operator = false
|
|
568
|
-
ij_coffeescript_spaces_within_array_initializer_braces = false
|
|
569
|
-
ij_coffeescript_spaces_within_array_initializer_brackets = false
|
|
570
|
-
ij_coffeescript_spaces_within_imports = false
|
|
571
|
-
ij_coffeescript_spaces_within_index_brackets = false
|
|
572
|
-
ij_coffeescript_spaces_within_interpolation_expressions = false
|
|
573
|
-
ij_coffeescript_spaces_within_method_call_parentheses = false
|
|
574
|
-
ij_coffeescript_spaces_within_method_parentheses = false
|
|
575
|
-
ij_coffeescript_spaces_within_object_braces = false
|
|
576
|
-
ij_coffeescript_spaces_within_object_literal_braces = false
|
|
577
|
-
ij_coffeescript_spaces_within_object_type_braces = true
|
|
578
|
-
ij_coffeescript_spaces_within_range_brackets = false
|
|
579
|
-
ij_coffeescript_spaces_within_type_assertion = false
|
|
580
|
-
ij_coffeescript_spaces_within_union_types = true
|
|
581
|
-
ij_coffeescript_union_types_wrap = on_every_item
|
|
582
|
-
ij_coffeescript_use_chained_calls_group_indents = false
|
|
583
|
-
ij_coffeescript_use_double_quotes = true
|
|
584
|
-
ij_coffeescript_use_explicit_js_extension = global
|
|
585
|
-
ij_coffeescript_use_path_mapping = always
|
|
586
|
-
ij_coffeescript_use_public_modifier = false
|
|
587
|
-
ij_coffeescript_use_semicolon_after_statement = false
|
|
588
|
-
ij_coffeescript_var_declaration_wrap = normal
|
|
589
|
-
|
|
590
509
|
[{*.ctp,*.hphp,*.inc,*.module,*.php,*.php4,*.php5,*.phtml}]
|
|
591
510
|
ij_continuation_indent_size = 4
|
|
592
511
|
ij_php_align_assignments = false
|
|
593
512
|
ij_php_align_class_constants = true
|
|
513
|
+
ij_php_align_enum_cases = false
|
|
594
514
|
ij_php_align_group_field_declarations = true
|
|
595
515
|
ij_php_align_inline_comments = false
|
|
596
516
|
ij_php_align_key_value_pairs = true
|
|
517
|
+
ij_php_align_match_arm_bodies = false
|
|
597
518
|
ij_php_align_multiline_array_initializer_expression = true
|
|
598
519
|
ij_php_align_multiline_binary_operation = false
|
|
599
520
|
ij_php_align_multiline_chained_methods = false
|
|
@@ -602,6 +523,7 @@ ij_php_align_multiline_for = true
|
|
|
602
523
|
ij_php_align_multiline_parameters = true
|
|
603
524
|
ij_php_align_multiline_parameters_in_calls = false
|
|
604
525
|
ij_php_align_multiline_ternary_operation = false
|
|
526
|
+
ij_php_align_named_arguments = false
|
|
605
527
|
ij_php_align_phpdoc_comments = false
|
|
606
528
|
ij_php_align_phpdoc_param_names = false
|
|
607
529
|
ij_php_anonymous_brace_style = end_of_line
|
|
@@ -621,6 +543,7 @@ ij_php_blank_lines_after_opening_tag = 0
|
|
|
621
543
|
ij_php_blank_lines_after_package = 0
|
|
622
544
|
ij_php_blank_lines_around_class = 1
|
|
623
545
|
ij_php_blank_lines_around_constants = 0
|
|
546
|
+
ij_php_blank_lines_around_enum_cases = 0
|
|
624
547
|
ij_php_blank_lines_around_field = 0
|
|
625
548
|
ij_php_blank_lines_around_method = 1
|
|
626
549
|
ij_php_blank_lines_before_class_end = 0
|
|
@@ -636,7 +559,11 @@ ij_php_call_parameters_wrap = off
|
|
|
636
559
|
ij_php_catch_on_new_line = true
|
|
637
560
|
ij_php_category_weight = 28
|
|
638
561
|
ij_php_class_brace_style = next_line
|
|
562
|
+
ij_php_comma_after_last_argument = false
|
|
639
563
|
ij_php_comma_after_last_array_element = false
|
|
564
|
+
ij_php_comma_after_last_closure_use_var = false
|
|
565
|
+
ij_php_comma_after_last_match_arm = false
|
|
566
|
+
ij_php_comma_after_last_parameter = false
|
|
640
567
|
ij_php_concat_spaces = true
|
|
641
568
|
ij_php_copyright_weight = 28
|
|
642
569
|
ij_php_deprecated_weight = 28
|
|
@@ -653,6 +580,7 @@ ij_php_for_brace_force = never
|
|
|
653
580
|
ij_php_for_statement_new_line_after_left_paren = false
|
|
654
581
|
ij_php_for_statement_right_paren_on_new_line = false
|
|
655
582
|
ij_php_for_statement_wrap = off
|
|
583
|
+
ij_php_force_empty_methods_in_one_line = false
|
|
656
584
|
ij_php_force_short_declaration_array_style = false
|
|
657
585
|
ij_php_getters_setters_naming_style = camel_case
|
|
658
586
|
ij_php_getters_setters_order_style = getters_first
|
|
@@ -721,6 +649,7 @@ ij_php_see_weight = 28
|
|
|
721
649
|
ij_php_since_weight = 28
|
|
722
650
|
ij_php_sort_phpdoc_elements = true
|
|
723
651
|
ij_php_space_after_colon = true
|
|
652
|
+
ij_php_space_after_colon_in_enum_backed_type = true
|
|
724
653
|
ij_php_space_after_colon_in_named_argument = true
|
|
725
654
|
ij_php_space_after_colon_in_return_type = true
|
|
726
655
|
ij_php_space_after_comma = true
|
|
@@ -735,6 +664,7 @@ ij_php_space_before_catch_parentheses = true
|
|
|
735
664
|
ij_php_space_before_class_left_brace = true
|
|
736
665
|
ij_php_space_before_closure_left_parenthesis = true
|
|
737
666
|
ij_php_space_before_colon = true
|
|
667
|
+
ij_php_space_before_colon_in_enum_backed_type = false
|
|
738
668
|
ij_php_space_before_colon_in_named_argument = false
|
|
739
669
|
ij_php_space_before_colon_in_return_type = false
|
|
740
670
|
ij_php_space_before_comma = false
|
|
@@ -770,6 +700,7 @@ ij_php_spaces_around_equality_operators = true
|
|
|
770
700
|
ij_php_spaces_around_logical_operators = true
|
|
771
701
|
ij_php_spaces_around_multiplicative_operators = true
|
|
772
702
|
ij_php_spaces_around_null_coalesce_operator = true
|
|
703
|
+
ij_php_spaces_around_pipe_in_union_type = false
|
|
773
704
|
ij_php_spaces_around_relational_operators = true
|
|
774
705
|
ij_php_spaces_around_shift_operators = true
|
|
775
706
|
ij_php_spaces_around_unary_operator = false
|
|
@@ -791,6 +722,7 @@ ij_php_ternary_operation_signs_on_next_line = false
|
|
|
791
722
|
ij_php_ternary_operation_wrap = off
|
|
792
723
|
ij_php_throws_weight = 2
|
|
793
724
|
ij_php_todo_weight = 28
|
|
725
|
+
ij_php_treat_multiline_arrays_and_lambdas_multiline = false
|
|
794
726
|
ij_php_unknown_tag_weight = 28
|
|
795
727
|
ij_php_upper_case_boolean_const = true
|
|
796
728
|
ij_php_upper_case_null_const = true
|
|
@@ -801,14 +733,17 @@ ij_php_version_weight = 28
|
|
|
801
733
|
ij_php_while_brace_force = if_multiline
|
|
802
734
|
ij_php_while_on_new_line = true
|
|
803
735
|
|
|
804
|
-
[{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.stylelintrc,bowerrc,composer.lock,jest.config}]
|
|
805
|
-
|
|
736
|
+
[{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,composer.lock,jest.config}]
|
|
737
|
+
ij_json_array_wrapping = split_into_lines
|
|
806
738
|
ij_json_keep_blank_lines_in_code = 0
|
|
807
739
|
ij_json_keep_indents_on_empty_lines = false
|
|
808
740
|
ij_json_keep_line_breaks = true
|
|
741
|
+
ij_json_keep_trailing_comma = false
|
|
742
|
+
ij_json_object_wrapping = split_into_lines
|
|
743
|
+
ij_json_property_alignment = do_not_align
|
|
809
744
|
ij_json_space_after_colon = true
|
|
810
745
|
ij_json_space_after_comma = true
|
|
811
|
-
ij_json_space_before_colon =
|
|
746
|
+
ij_json_space_before_colon = false
|
|
812
747
|
ij_json_space_before_comma = false
|
|
813
748
|
ij_json_spaces_within_braces = false
|
|
814
749
|
ij_json_spaces_within_brackets = false
|
|
@@ -819,6 +754,7 @@ ij_html_add_new_line_before_tags = body,div,p,form,h1,h2,h3
|
|
|
819
754
|
ij_html_align_attributes = true
|
|
820
755
|
ij_html_align_text = false
|
|
821
756
|
ij_html_attribute_wrap = normal
|
|
757
|
+
ij_html_block_comment_add_space = false
|
|
822
758
|
ij_html_block_comment_at_first_column = true
|
|
823
759
|
ij_html_do_not_align_children_of_min_lines = 0
|
|
824
760
|
ij_html_do_not_break_if_inline_tags = title,h1,h2,h3,h4,h5,h6,p
|
|
@@ -840,20 +776,32 @@ ij_html_space_after_tag_name = false
|
|
|
840
776
|
ij_html_space_around_equality_in_attribute = false
|
|
841
777
|
ij_html_space_inside_empty_tag = false
|
|
842
778
|
ij_html_text_wrap = normal
|
|
843
|
-
|
|
779
|
+
|
|
780
|
+
[{*.http,*.rest}]
|
|
781
|
+
indent_size = 0
|
|
782
|
+
ij_continuation_indent_size = 4
|
|
783
|
+
ij_http-request_call_parameters_wrap = normal
|
|
784
|
+
ij_http-request_method_parameters_wrap = split_into_lines
|
|
785
|
+
ij_http-request_space_before_comma = true
|
|
786
|
+
ij_http-request_spaces_around_assignment_operators = true
|
|
844
787
|
|
|
845
788
|
[{*.markdown,*.md}]
|
|
846
789
|
ij_markdown_force_one_space_after_blockquote_symbol = true
|
|
847
790
|
ij_markdown_force_one_space_after_header_symbol = true
|
|
848
791
|
ij_markdown_force_one_space_after_list_bullet = true
|
|
849
792
|
ij_markdown_force_one_space_between_words = true
|
|
793
|
+
ij_markdown_format_tables = true
|
|
794
|
+
ij_markdown_insert_quote_arrows_on_wrap = true
|
|
850
795
|
ij_markdown_keep_indents_on_empty_lines = false
|
|
796
|
+
ij_markdown_keep_line_breaks_inside_text_blocks = true
|
|
851
797
|
ij_markdown_max_lines_around_block_elements = 1
|
|
852
798
|
ij_markdown_max_lines_around_header = 1
|
|
853
799
|
ij_markdown_max_lines_between_paragraphs = 1
|
|
854
800
|
ij_markdown_min_lines_around_block_elements = 1
|
|
855
801
|
ij_markdown_min_lines_around_header = 1
|
|
856
802
|
ij_markdown_min_lines_between_paragraphs = 1
|
|
803
|
+
ij_markdown_wrap_text_if_long = true
|
|
804
|
+
ij_markdown_wrap_text_inside_blockquotes = true
|
|
857
805
|
|
|
858
806
|
[{*.yaml,*.yml}]
|
|
859
807
|
indent_size = 2
|