scratch-svg-renderer/.editorconfig
Christopher Willis-Ford 0bbc5d865a Update Webpack and Babel config
These settings were merged in from another, separate attempt to separate
the SVG rendering code from `scratch-render`.

Changes:
- Use `babel-preset-env` instead of `babel-preset-es2015`
- Remove `.babelrc` in favor of settings in `webpack.config.js`
- Add explicit node vs. web targets
- Add `.editorconfig` entry for JSON files
- Audit dependency versions and pinning
2018-01-09 01:06:10 -08:00

15 lines
204 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_size = 4
trim_trailing_whitespace = true
[*.{js}]
indent_style = space
[*.json]
indent_style = space
indent_size = 2