summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/prettier.config.js
blob: 9f4053f719e77ba6d2cc2df8c84ad145006d4afb (plain)
1
2
3
4
5
6
7
8
module.exports = {
  printWidth: 100,

  arrowParens: 'avoid',
  bracketSpacing: true,
  singleQuote: true,
  trailingComma: 'es5',
};