编辑器editorconfig配置

个人editorconfig配置 # http://editorconfig.org root = true # 对全部文件生效 [*] # utf-8编码 charset = utf-8 # 空格形式缩进2空格 indent_style = space indent_size = 2 # 使用单引号 quote_type = single # Linux换行符 end_of_line = l
相关文章
相关标签/搜索