root = true


[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = false
max_line_length = 120
tab_width = 4
ij_continuation_indent_size = 8
ij_formatter_off_tag = @formatter:off
ij_formatter_on_tag = @formatter:on
ij_formatter_tags_enabled = false
ij_smart_tabs = false
ij_wrap_on_typing = false


ij_kotlin_variable_annotation_wrap = on_every_item

[*.{yml, yaml}]
indent_size = 2

[*.{ts, js, vue, html}]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = false
max_line_length = 120
tab_width = 4
# idea 
ij_javascript_force_semicolon_style = true
ij_typescript_force_semicolon_style = true
ij_javascript_force_quote_style = true
ij_javascript_use_double_quotes = false
ij_typescript_force_quote_style = true
ij_typescript_use_double_quotes = false

 

相关文章:

  • 2021-06-30
  • 2021-09-03
  • 2021-11-23
  • 2021-08-25
  • 2021-12-13
  • 2022-02-25
  • 2021-06-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-25
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案