Skip to content

Commit

Permalink
added tabs in the config (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
fofiu authored Sep 18, 2023
1 parent fe9df8f commit 012f7d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prettierrc.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
/** @type {import('prettier').Config} */
module.exports = {
tabWidth: 2,
useTabs: true,
printWidth: 100,
singleQuote: true,
trailingComma: 'es5',
bracketSameLine: false,
semi: false,
plugins: ['prettier-plugin-tailwindcss'],
}

0 comments on commit 012f7d3

Please sign in to comment.