.prettierrc 292 B

1234567891011
  1. # This file was auto-generated, do not edit it directly.
  2. # Instead run bin/update_build_scripts from
  3. # https://github.com/sharelatex/sharelatex-dev-environment
  4. {
  5. "arrowParens": "avoid",
  6. "semi": false,
  7. "singleQuote": true,
  8. "trailingComma": "es5",
  9. "tabWidth": 2,
  10. "useTabs": false
  11. }