Revision 8cd63a9ad645321d88cb098f3d10f005824861ec authored by Nicolas on 14 March 2018, 20:04:38 UTC, committed by Mehdi Achour on 14 March 2018, 20:04:38 UTC
1 parent d59cbe7
Raw File
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top