浏览代码

drop .editorconfig - use only .prettier config file

Mokhtar Naamani 4 年之前
父节点
当前提交
8ef4238973
共有 1 个文件被更改,包括 0 次插入19 次删除
  1. 0 19
      .editorconfig

+ 0 - 19
.editorconfig

@@ -1,19 +0,0 @@
-# Remember that the prettier config will take prececence over .editorconfig
-# When using the prettier plugin and commandline tool.
-root = true
-
-[*]
-indent_style = space
-indent_size = 2
-charset=utf-8
-trim_trailing_whitespace = true
-insert_final_newline = true
-
-[*.yml]
-indent_style = space
-indent_size = 2
-tab_width = 4
-end_of_line = lf
-
-[*.md]
-trim_trailing_whitespace = false