ソースを参照

Add .editorconfig (#2518)

pull/2527/head
Alex Hedges 1年前
committed by 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

読み込み中…
キャンセル
保存