@@ -258,14 +258,27 @@ ij_java_use_external_annotations = false
258
258
ij_java_use_fq_class_names = false
259
259
ij_java_use_relative_indents = false
260
260
ij_java_use_single_class_imports = true
261
- ij_java_variable_annotation_wrap = normal
261
+ ij_java_variable_annotation_wrap = split_into_lines
262
262
ij_java_visibility = public
263
263
ij_java_while_brace_force = never
264
264
ij_java_while_on_new_line = false
265
265
ij_java_wrap_comments = false
266
266
ij_java_wrap_first_method_in_call_chain = false
267
267
ij_java_wrap_long_lines = true
268
268
269
+ [{* .har,* .jsb2,* .jsb3,* .json,.babelrc,.eslintrc,.stylelintrc,bowerrc,jest.config} ]
270
+ indent_size = 2
271
+ ij_json_keep_blank_lines_in_code = 0
272
+ ij_json_keep_indents_on_empty_lines = false
273
+ ij_json_keep_line_breaks = true
274
+ ij_json_space_after_colon = true
275
+ ij_json_space_after_comma = true
276
+ ij_json_space_before_colon = true
277
+ ij_json_space_before_comma = false
278
+ ij_json_spaces_within_braces = false
279
+ ij_json_spaces_within_brackets = false
280
+ ij_json_wrap_long_lines = false
281
+
269
282
[{* .markdown,* .md} ]
270
283
ij_markdown_force_one_space_after_blockquote_symbol = true
271
284
ij_markdown_force_one_space_after_header_symbol = true
@@ -287,8 +300,13 @@ ij_properties_spaces_around_key_value_delimiter = false
287
300
288
301
[{* .yaml,* .yml} ]
289
302
indent_size = 2
303
+ ij_yaml_align_values_properties = do_not_align
304
+ ij_yaml_autoinsert_sequence_marker = true
305
+ ij_yaml_block_mapping_on_new_line = false
306
+ ij_yaml_indent_sequence_value = true
290
307
ij_yaml_keep_indents_on_empty_lines = false
291
308
ij_yaml_keep_line_breaks = true
292
- ij_yaml_space_before_colon = true
309
+ ij_yaml_sequence_on_new_line = false
310
+ ij_yaml_space_before_colon = false
293
311
ij_yaml_spaces_within_braces = true
294
312
ij_yaml_spaces_within_brackets = true
0 commit comments