加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 436 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Weimann 提交于 2020-06-14 09:55 . Refine editorconfig
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Common rules
[*]
charset = utf-8
# Unix-style newlines with a newline ending every file
end_of_line = lf
# Source files
[*.{java,css,js,html,xml}]
indent_style = tab
# Keep whitespaces
trim_trailing_whitespace = false
# YAML files
[*.yml]
# Use tab indentation for YAML files as the format requires it
indent_style = tab
indent_size = 2
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化