瀏覽代碼

EditorConfig: add .htaccess support

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
VirtualTam 6 年之前
父節點
當前提交
a93b620a35
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

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