X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.editorconfig;h=2d64d378d6ebe92553b91b92401b1ccf4be5a94d;hb=0837273825067343cda528873c437d5dbff51a0e;hp=5f5dd092f3eac5308100eda1f503a71a53a088e1;hpb=7e00d939d448a0439a4bddbb64c06d28cb9527a0;p=poolifier.git diff --git a/.editorconfig b/.editorconfig index 5f5dd092..2d64d378 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,6 @@ root = true [*] indent_style = space indent_size = 2 -tab_width = 2 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true @@ -12,7 +11,7 @@ end_of_line = lf [*.{js,jsx,ts,tsx}] quote_type = single -[*.md] +[*.{md,MD}] max_line_length = off trim_trailing_whitespace = false