summaryrefslogtreecommitdiffstats
path: root/prettier.config.js
blob: 191665891870653f7fa4e7b76002923b446d04ac (plain) (blame)
1
2
3
4
5
6
module.exports = {
  tabWidth: 2,
  semi: true,
  singleQuote: true,
  printWidth: 120,
};