X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.editorconfig;h=843d5d926fa8cadc08ca350158b6e202307a66b3;hb=01ec3975e0775163740607b45e5a35ffc25b55ed;hp=b7d3033f3ff650ce34047f79dc3ecf35525091e4;hpb=09e10ac0c99c66049a9ba07da59067baadf5112e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.editorconfig b/.editorconfig index b7d3033f3..843d5d926 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,11 +7,11 @@ root = true end_of_line = lf charset = utf-8 -[*.yml] +[*.{yml,html}] indent_style = space indent_size = 2 -[{client,server,shared}/**.{ts,json,js}] +[{client,server,shared,scripts}/**.{ts,json,js}] trim_trailing_whitespace = true insert_final_newline = true indent_style = space