scratch-webpack-configuration/.editorconfig
2024-03-08 07:41:13 -08:00

14 lines
187 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