Skip to content
Snippets Groups Projects
.prettierrc 135 B
Newer Older
  • Learn to ignore specific revisions
  • Hugo NOUTS's avatar
    Hugo NOUTS committed
    {
      "endOfLine": "auto",
      "semi": false,
      "singleQuote": true,
      "tabWidth": 2,
    
      "trailingComma": "es5",
      "arrowParens": "avoid"
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    }