Skip to content
Snippets Groups Projects
.prettierrc.json 108 B
Newer Older
Toavina's avatar
Toavina committed
{
  "endOfLine": "lf",
  "semi": false,
  "singleQuote": false,
  "tabWidth": 4,
  "trailingComma": "es5"
}