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