idea config 文件

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

 

posted on 2020-01-08 08:16  正义的伙伴!  阅读(1860)  评论(1编辑  收藏  举报

导航

//增加一段JS脚本,为目录生成使用