Skip to content
Snippets Groups Projects
.prettierrc 133 B
{
  "trailingComma": "es5",
  "tabWidth": 2,
  "semi": true,
  "singleQuote": true,
  "bracketSpacing": false,
  "printWidth": 120
}