quotes

My favourite quotes. (gatsbyjs)
git clone http://git.hanabi.in/repos/quotes.git
Log | Files | Refs | README | LICENSE

.prettierrc (146B)


      1 {
      2   "endOfLine": "lf",
      3   "printWidth": 80,
      4   "semi": true,
      5   "singleQuote": true,
      6   "tabWidth": 2,
      7   "trailingComma": "es5",
      8   "useTabs": false
      9 }