EditorConfig: add .htaccess support

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
VirtualTam 2017-10-16 19:38:33 +02:00
parent 839566500c
commit a93b620a35
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.{html,xml}]
[*.{htaccess,html,xml}]
indent_size = 2
[*.php]