Browse Source

editorconfig

windhamdavid 4 years ago
parent
commit
742264154c
1 changed files with 5 additions and 2 deletions
  1. 5 2
      .editorconfig

+ 5 - 2
.editorconfig

@@ -13,9 +13,12 @@ insert_final_newline = true
 trim_trailing_whitespace = true
 indent_style = tab
 
-[{.jshintrc,*.json,*.yml}]
+[*.yml]
 indent_style = space
 indent_size = 2
 
+[*.md]
+trim_trailing_whitespace = false
+
 [{*.txt,wp-config-sample.php}]
-end_of_line = crlf
+end_of_line = crlf