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

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM