Revision 9e1f6f626a43497503f19de820f29d921a1ea3ee authored by Mike Hardy on 29 January 2020, 15:41:27 UTC, committed by Mike Hardy on 29 January 2020, 15:41:27 UTC
1 parent c08cbf4
Raw File
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top