Преглед на файлове

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