tsup/.editorconfig
EGOIST fe5c6d22ce feat: use @rollup/plugin-typescript, closes #59
BREAKING CHANGE:

removed flags --minify, --target because we replaced rollup-plugin-esbuild with @rollup/plugin-typescript
2020-07-10 22:27:24 +08:00

8 lines
131 B
INI

root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false