Skip to content
Snippets Groups Projects
.prettierrc.json 175 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "semi": false,
      "printWidth": 80,
      "tabWidth": 2,
      "useTabs": false,
      "singleQuote": false,
      "trailingComma": "all",
      "arrowParens": "always",
      "endOfLine": "lf"
    }