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