Revision c94f194efa3e5416031ec4bd479d6c1a3c8f2fe6 authored by Mehdi Achour on 13 March 2019, 17:35:10 UTC, committed by Mehdi Achour on 13 March 2019, 17:35:10 UTC
1 parent 52307fa
Raw File
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top