next-cloudflare/.prettierrc

14 lines
280 B
Plaintext
Raw Permalink Normal View History

2019-02-18 07:55:52 +00:00
{
"printWidth": 80,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"semi": true,
"requirePragma": false,
"proseWrap": "preserve",
"arrowParens": "always",
"htmlWhitespaceSensitivity": "css"
}