Revision ad95623d89bf9ae86b596f6af0c5ace8a6233217 authored by Quentin Madura on 18 May 2021, 19:02:22 UTC, committed by Quentin Madura on 18 May 2021, 19:02:22 UTC
1 parent b94abcd
Raw File
.prettierrc.json
{
  "tabWidth": 2,
  "tabs": true,
  "singleQuote": false,
  "bracketSpacing": true,
  "arrowParens": "always",
  "htmlWhitespaceSensitivity": "strict",
  "semi": false
}
back to top