Files
WhatToWatch/.prettierrc.json
mike.rode b78b1c74c9 Revert "Remove dotfiles."
This reverts commit 49fe00521e.
2019-03-03 00:05:01 -06:00

21 lines
373 B
JSON

{
"arrowParens": "avoid",
"bracketSpacing": false,
"jsxBracketSameLine": false,
"printWidth": 80,
"proseWrap": "preserve",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"overrides": [
{
"files": "*.json",
"options": {
"printWidth": 200
}
}
]
}