Skip to content

Commit

Permalink
chore: don't format files from gitignore (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateossh authored Jul 13, 2024
1 parent 861be3e commit c458b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{ "pattern": "packages/*/" },
{ "pattern": "tooling/*/" }
],
"prettier.ignorePath": ".gitignore",
"tailwindCSS.experimental.classRegex": [
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
Expand Down

0 comments on commit c458b6d

Please sign in to comment.