Skip to content

Commit

Permalink
Update prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtouha committed Feb 20, 2024
1 parent 7554f38 commit 37131a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('prettier').Config & import('prettier-plugin-tailwindcss').PluginOptions} */
const config = {
plugins: ["prettier-plugin-tailwindcss"],
tabWidth: 2,
semi: true,
singleQuote: false,
printWidth: 100,
};

export default config;

0 comments on commit 37131a9

Please sign in to comment.