« get me outta code hell

.prettierrc.json - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/.prettierrc.json
blob: 7d30a07b79dcf3e4423f6e33817f0f359ba1cf95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "arrowParens": "always",
  "bracketSpacing": true,
  "printWidth": 80,
  "proseWrap": "never",
  "quoteProps": "as-needed",
  "requirePragma": true,
  "semi": true,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "es5",
  "useTabs": false
}