flowjs / flow.js

A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.
Other
2.96k stars 346 forks source link

Unify code styling #356

Closed ilessiivi closed 2 years ago

ilessiivi commented 2 years ago
drzraf commented 2 years ago

You mentioned Unified formatting and tabs to spaces but changes to .babelrc introduce a mix of tabs and spaces.

ilessiivi commented 2 years ago

Fixed and squashed it with the original commit. I also added rollup.config.json that was missing from the PR.