加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 557 Bytes
一键复制 编辑 原始数据 按行查看 历史
marchen 提交于 2017-04-12 16:09 . 优化少许文案
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# http://editorconfig.org
root = true
[**]
# 文件结尾符
end_of_line = lf
insert_final_newline = true
# 去除行尾空白字符
trim_trailing_whitespace = true
# 编码格式
charset = utf-8
# 项目中采用tab作为代码缩进样式
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[{package.json,.babelrc,.eslintrc}]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化