Specify tab width in editorconfig

This commit is contained in:
Collin Stedman 2016-07-18 09:31:04 -04:00
parent 0039a0b4a5
commit 4616f2bab0

View file

@ -5,6 +5,7 @@ charset = utf-8
[*.js]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = crlf
end_of_line = crlf