Skip to content
Snippets Groups Projects

Update array.js formatting

Merged Michael J. Ryan requested to merge tracker1/sbbs:format-array-polyfills into master
  1. Apr 02, 2021
    • Michael J. Ryan's avatar
      Update array.js formatting · a7ceebeb
      Michael J. Ryan authored
      Autoformatted via prettier with settings below, this is so additional polyfill matches can be used to match formatting in future PRs for polyfills, as well as full formatting tooling for .js files.
      
      ```yaml
      tabWidth: 4
      useTabs: true
      singleQuote: true
      trailingComma: "es5"
      ```
      a7ceebeb
Loading