[READ-ONLY] Mirror of https://github.com/danielroe/unplugin-purge-polyfills. A tiny plugin to replace package imports with better native code.
0

Configure Feed

Select the types of activity you want to include in your feed.

unplugin-purge-polyfills / .editorconfig
224 B 15 lines
1root = true 2 3[*] 4end_of_line = lf 5insert_final_newline = true 6trim_trailing_whitespace = true 7charset = utf-8 8 9[*.js] 10indent_style = space 11indent_size = 2 12 13[{package.json,*.yml,*.cjson}] 14indent_style = space 15indent_size = 2