Skip to content
Snippets Groups Projects
Select Git revision
8 results Searching

.prettierrc.json

Blame
  • .prettierrc.json 126 B
    {
      "tabWidth": 2,
      "semi": true,
      "trailingComma": "all",
      "singleQuote": true,
      "printWidth": 120,
      "useTabs": false
    }