@@ -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
@@ -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