X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.editorconfig;h=211eb855003110b8c4d0540ff67feeeb542d26ce;hb=6958eba5bbe60dc435ce62da62805e764f2b75e0;hp=843d5d926fa8cadc08ca350158b6e202307a66b3;hpb=045224d5eb6a41081186c4040bab1570b9d9ad65;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.editorconfig b/.editorconfig index 843d5d926..211eb8550 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,16 +6,7 @@ root = true [*] end_of_line = lf charset = utf-8 - -[*.{yml,html}] -indent_style = space -indent_size = 2 - -[{client,server,shared,scripts}/**.{ts,json,js}] trim_trailing_whitespace = true insert_final_newline = true -indent_style = space indent_size = 2 - -[*.md] -trim_trailing_whitespace = false +indent_style = space