mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2024-11-21 10:48:20 -05:00
17 lines
221 B
INI
17 lines
221 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
|
|
|
|
[package.json]
|
|
indent_size = 2
|
|
|
|
[renovate.json5]
|
|
indent_size = 2
|