Skip to content

Commit

Permalink
🔧 Update Prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanther committed May 1, 2024
1 parent 072eddd commit 0561b83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/assets/css/compiled/

/layouts/_default/_markup/*.html
2 changes: 2 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"plugins": ["prettier-plugin-go-template", "prettier-plugin-tailwindcss"],
"goTemplateBracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"printWidth": 100,
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"overrides": [
{
Expand Down

0 comments on commit 0561b83

Please sign in to comment.