Skip to content

Instantly share code, notes, and snippets.

@DefectingCat
Created December 26, 2023 03:44
Show Gist options
  • Save DefectingCat/e30216fe518c67a4c12495a3680f888c to your computer and use it in GitHub Desktop.
Save DefectingCat/e30216fe518c67a4c12495a3680f888c to your computer and use it in GitHub Desktop.
Common prettier configuration
node_modules
out
.next
public
dist
build
{
"semi": true,
"singleQuote": true,
"endOfLine": "lf"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment