Skip to content
Snippets Groups Projects
.prettierrc 149 B
Newer Older
Hugo SUBTIL's avatar
Hugo SUBTIL committed
{
  "printWidth": 120,
  "singleQuote": true,
  "useTabs": false,
  "tabWidth": 2,
  "semi": true,
  "bracketSpacing": true,
  "endOfLine": "auto"
}