yargs: add .editorconfig

This commit is contained in:
Jeff Kenney
2017-01-27 09:35:34 -08:00
parent 9e263a8d9f
commit 2d3c8e8e44

5
yargs/.editorconfig Normal file
View File

@@ -0,0 +1,5 @@
[*.ts]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8