ソースを参照

Add editorconfig

pull/545/head
ltdk 2年前
コミット
0a19dc1ec2
1個のファイルの変更10行の追加0行の削除
  1. +10
    -0
      .editorconfig

+ 10
- 0
.editorconfig ファイルの表示

@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

[*.go]
indent_style = tab

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