Revision 86b4c2753ed35e3e21d5e29fb3a79c6c0774dd5b authored by Mehdi Achour on 18 February 2019, 17:12:13 UTC, committed by Mehdi Achour on 18 February 2019, 17:12:13 UTC
1 parent d3b61df
Raw File
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top