zoukankan      html  css  js  c++  java
  • 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
  • 相关阅读:
    在浏览器应用中使用 gRPC
    gRPC 客户端工厂集成
    gRPCurl 测试 gRPC 服务
    links
    Flex布局
    使用 IHttpClientFactory 实现复原 HTTP 请求
    Dex Common
    Dex MVVM
    日志
    配置
  • 原文地址:https://www.cnblogs.com/whm-blog/p/12164704.html
Copyright © 2011-2022 走看看