浏览代码

Add .editorconfig (#2518)

pull/2527/head
Alex Hedges 1年前
提交者 GitHub
父节点
当前提交
c162dcd932
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. +11
    -0
      .editorconfig

+ 11
- 0
.editorconfig 查看文件

@ -0,0 +1,11 @@
# Editor configuration, see https://editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
# Makefiles always use tabs for indentation
[Makefile]
indent_style = tab
indent_size = unset # Allow user-defined tab width

正在加载...
取消
保存