Update .editorconfig

Set path for JS source.
pull/1349/head
Dan Schaper 7 years ago committed by GitHub
parent 598a7b3cc0
commit a832dd7f67

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

Loading…
Cancel
Save