sana137.in

Sana's gatsbyjs-based blog
git clone http://git.hanabi.in/repos/sana137.in.git
Log | Files | Refs | README | LICENSE

.prettierrc (126B)


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