mirror of
https://github.com/scratchfoundation/scratch-svg-renderer.git
synced 2024-11-14 19:25:41 -05:00
0bbc5d865a
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
15 lines
204 B
INI
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
|