Fixes #171. Fix typo for CSS indent_char

This commit is contained in:
Glavin Wiechert 2015-01-02 15:09:54 -04:00
parent bddf667c82
commit c4c847948d
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ module.exports =
# CSS
css_indent_size: 2
css_indent_Char: " "
css_indent_char: " "
# HTML
html_indent_inner_html: false