blob: a7d683b1c2517638a9c37f8f41446416784c2f82 [file] [log] [blame]
Justin Wood0a9545e2020-04-20 18:15:21 -07001{
2 "$schema": "http://json.schemastore.org/prettierrc",
3 "printWidth": 80,
4 "tabWidth": 4,
5 "useTabs": false,
6 "semi": true,
7 "trailingComma": "all",
8 "bracketSpacing": true,
9 "jsxBracketSameLine": false,
10 "arrowParens": "avoid",
11 "proseWrap": "always"
12}