Skip to content

Instantly share code, notes, and snippets.

@itispx
Last active April 5, 2023 13:23
Show Gist options
  • Save itispx/f44821732bda322e988e4fbed146aa55 to your computer and use it in GitHub Desktop.
Save itispx/f44821732bda322e988e4fbed146aa55 to your computer and use it in GitHub Desktop.
prettier config
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"useTabs": false,
"printWidth": 120,
"endOfLine": "auto"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment