瀏覽代碼

code-style: remove .editorconfig from cli/

Mokhtar Naamani 4 年之前
父節點
當前提交
a44896212d
共有 2 個文件被更改,包括 5 次插入11 次删除
  1. 5 0
      .editorconfig
  2. 0 11
      cli/.editorconfig

+ 5 - 0
.editorconfig

@@ -1,3 +1,5 @@
+# Remember that the prettier config will take prececence over .editorconfig
+# When using the prettier plugin and commandline tool.
 root = true
 
 [*]
@@ -12,3 +14,6 @@ indent_style = space
 indent_size = 2
 tab_width = 4
 end_of_line = lf
+
+[*.md]
+trim_trailing_whitespace = false

+ 0 - 11
cli/.editorconfig

@@ -1,11 +0,0 @@
-root = true
-
-[*]
-indent_style = space
-indent_size = 4
-charset = utf-8
-trim_trailing_whitespace = true
-insert_final_newline = true
-
-[*.md]
-trim_trailing_whitespace = false