build(deps-dev): apply updates
[poolifier.git] / .editorconfig
index 5f5dd092f3eac5308100eda1f503a71a53a088e1..00a54c8052d862cd3437812693a65375227d1931 100644 (file)
@@ -3,16 +3,15 @@ root = true
 [*]
 indent_style = space
 indent_size = 2
-tab_width = 2
 charset = utf-8
 trim_trailing_whitespace = true
 insert_final_newline = true
 end_of_line = lf
 
-[*.{js,jsx,ts,tsx}]
+[*.{js,jsx,cjs,mjs,ts,tsx}]
 quote_type = single
 
-[*.md]
+[*.{md,MD}]
 max_line_length = off
 trim_trailing_whitespace = false