瀏覽代碼

Add .editorconfig (#2518)

pull/2527/head
Alex Hedges 1 年之前
committed by GitHub
父節點
當前提交
c162dcd932
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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

Loading…
取消
儲存