Merge pull request #1160 from kronion/editorconfig-specify-tab-width

Specify tab width in editorconfig
This commit is contained in:
Leo Horie 2016-07-18 09:43:32 -04:00 committed by GitHub
commit 1ac540cf80

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