tor-browser

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

.prettierrc.cjs (387B)


      1 /**
      2 * @license
      3 * Copyright 2024 Google Inc.
      4 * SPDX-License-Identifier: Apache-2.0
      5 */
      6 /**
      7 * @type {import('prettier').Config}
      8 */
      9 module.exports = {
     10  ...require('gts/.prettierrc.json'),
     11  /**
     12   * Uncomment this while working on Markdown documents.
     13   * MAKE SURE TO COMMENT THIS BEFORE RUNNING CHECKS/FORMATS
     14   * OR EVERYTHING WILL BE MODIFIED.
     15   */
     16  // proseWrap: 'always',
     17 };