ソースを参照

Add .editorconfig

Mathieu Acthernoene 5 年 前
コミット
91f3b33545
共有1 個のファイルを変更した11 個の追加0 個の削除を含む
  1. 11
    0
      .editorconfig

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

@@ -0,0 +1,11 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+indent_size = 2
6
+indent_style = space
7
+insert_final_newline = true
8
+trim_trailing_whitespace = true
9
+
10
+[*.md]
11
+trim_trailing_whitespace = false