tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

prettier.config.js (135B)


      1 module.exports = {
      2  printWidth: 100,
      3 
      4  arrowParens: 'avoid',
      5  bracketSpacing: true,
      6  singleQuote: true,
      7  trailingComma: 'es5',
      8 };