Przeglądaj źródła

update editor config

MaysWind 6 lat temu
rodzic
commit
2df22fdf9f
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      .editorconfig

+ 4 - 1
.editorconfig

@@ -17,6 +17,9 @@ charset = utf-8
 trim_trailing_whitespace = true
 insert_final_newline = true
 
-[{package}.json]
+[*.md]
+trim_trailing_whitespace = false
+
+[package.json]
 indent_style = space
 indent_size = 2