X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.editorconfig;h=b63b37e5f926e74f69105778289b4f12e5cf2344;hb=ebc664acce3f23e8c9f1e870c472a1b58536bfb3;hp=5f5dd092f3eac5308100eda1f503a71a53a088e1;hpb=50aa790189f6423c52ea72198380dbe93c025e40;p=poolifier.git diff --git a/.editorconfig b/.editorconfig index 5f5dd092..b63b37e5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ end_of_line = lf [*.{js,jsx,ts,tsx}] quote_type = single -[*.md] +[*.{md,MD}] max_line_length = off trim_trailing_whitespace = false