Added HTML format to editorconfig file.

This commit is contained in:
samuelmaddock 2014-08-31 01:40:26 -04:00
parent 5437b799e2
commit f99c21c9f4

View File

@ -15,7 +15,7 @@ indent_style = tab
indent_size = 4
[*.html]
indent_style = tab
indent_style = space
indent_size = 4
[*.md]