Update .editorconfig

Set path for JS source.
This commit is contained in:
Dan Schaper 2017-04-06 14:55:21 -07:00 committed by GitHub
parent 598a7b3cc0
commit a832dd7f67
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ indent_size = 4
indent_style = tab indent_style = tab
# Indentation override for all JS under lib directory # Indentation override for all JS under lib directory
[lib/**.js] [scripts/**.js]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2