Skip to content

Instantly share code, notes, and snippets.

@amadeus
Last active September 9, 2022 20:03
Show Gist options
  • Save amadeus/b6d360e7e6823ab226be85dc0c1fae29 to your computer and use it in GitHub Desktop.
Save amadeus/b6d360e7e6823ab226be85dc0c1fae29 to your computer and use it in GitHub Desktop.
.prettierrc template
{
"printWidth": 120,
"trailingComma": "es5",
"bracketSpacing": false,
"singleQuote": true,
"bracketSameLine": true,
"overrides": [
{
"files": ["*.css", "*.styl"],
"options": {
"parser": "css"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment