Skip to content

Instantly share code, notes, and snippets.

@andyperlitch
Created September 12, 2019 04:52
Show Gist options
  • Save andyperlitch/0b08d6eeb2127401781ec69eb8662b5d to your computer and use it in GitHub Desktop.
Save andyperlitch/0b08d6eeb2127401781ec69eb8662b5d to your computer and use it in GitHub Desktop.

Revisions

  1. andyperlitch created this gist Sep 12, 2019.
    12 changes: 12 additions & 0 deletions .prettierrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    {
    "printWidth": 100,
    "tabWidth": 2,
    "useTabs": false,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "all",
    "bracketSpacing": true,
    "jsxBracketSameLine": true,
    "arrowParens": "always",
    "proseWrap": "preserve"
    }