Fixes #171. Fix typo for CSS indent_char
This commit is contained in:
parent
bddf667c82
commit
c4c847948d
|
@ -80,7 +80,7 @@ module.exports =
|
||||||
|
|
||||||
# CSS
|
# CSS
|
||||||
css_indent_size: 2
|
css_indent_size: 2
|
||||||
css_indent_Char: " "
|
css_indent_char: " "
|
||||||
|
|
||||||
# HTML
|
# HTML
|
||||||
html_indent_inner_html: false
|
html_indent_inner_html: false
|
||||||
|
|
Loading…
Reference in New Issue