Skip to content

Instantly share code, notes, and snippets.

@NazCodeland
Last active November 5, 2024 05:27
Show Gist options
  • Save NazCodeland/81b0849caa059f84cf98f598abbb19fe to your computer and use it in GitHub Desktop.
Save NazCodeland/81b0849caa059f84cf98f598abbb19fe to your computer and use it in GitHub Desktop.
prettierrc
{
"endOfLine": "lf",
"printWidth": 80,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"plugins": [
"prettier-plugin-tailwindcss",
"prettier-plugin-classnames",
"prettier-plugin-merge"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment