summaryrefslogtreecommitdiffstats
path: root/html/.prettierrc.js
blob: 0fae9f50be1419f5672c137e3f3f71a39646358c (plain)
1
2
3
4
5
6
module.exports = {
  ...require('gts/.prettierrc.json'),
  "bracketSpacing": true,
  "tabWidth": 4,
  "printWidth": 120,
}