X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.editorconfig;h=00a54c8052d862cd3437812693a65375227d1931;hb=HEAD;hp=b63b37e5f926e74f69105778289b4f12e5cf2344;hpb=ebc664acce3f23e8c9f1e870c472a1b58536bfb3;p=poolifier.git diff --git a/.editorconfig b/.editorconfig index b63b37e5..00a54c80 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,13 +3,12 @@ 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}]