Revision 39db5cc37c2c429ab90d8443400dc33cec4bca7e authored by Mehdi Achour on 26 March 2018, 10:51:01 UTC, committed by Mehdi Achour on 26 March 2018, 10:51:01 UTC
1 parent e3372d8
Raw File
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top