X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.editorconfig;h=c2ab80ebc8bc5e105ce209e23aa5cc3dcb84006f;hb=b3bd8c3e8d367975980043e772f7cd78b7f96bc6;hp=5abbd7bff45b5d34598f0135010fc751db577261;hpb=e9619cc4f8717c1b8b66f60998cf8402bb983349;p=github%2Fshaarli%2FShaarli.git diff --git a/.editorconfig b/.editorconfig index 5abbd7bf..c2ab80eb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,11 +10,11 @@ trim_trailing_whitespace = true indent_style = space indent_size = 4 -[*.{html,xml}] +[*.{htaccess,html,scss,js,json,xml,yml}] indent_size = 2 [*.php] -max_line_length = 100 +max_line_length = 120 [Dockerfile] max_line_length = 80