From: VirtualTam Date: Mon, 16 Oct 2017 17:38:33 +0000 (+0200) Subject: EditorConfig: add .htaccess support X-Git-Tag: v0.9.4~44^2~1 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=a93b620a35a9768e102de31f19552624f33a0ae0 EditorConfig: add .htaccess support Signed-off-by: VirtualTam --- diff --git a/.editorconfig b/.editorconfig index 5abbd7bf..4a6589a2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ trim_trailing_whitespace = true indent_style = space indent_size = 4 -[*.{html,xml}] +[*.{htaccess,html,xml}] indent_size = 2 [*.php]