X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.editorconfig;h=b63b37e5f926e74f69105778289b4f12e5cf2344;hb=90a9a10f90101fa6ad60683f4ce75bb422c8652d;hp=5f5dd092f3eac5308100eda1f503a71a53a088e1;hpb=5beff821aab0ac84c4c4a30bfa672c19c2da22da;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