We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3042b commit b6098dcCopy full SHA for b6098dc
tooling/prettier/index.mjs
@@ -9,6 +9,8 @@ const config = {
9
singleQuote: true,
10
trailingComma: 'all',
11
endOfLine: 'auto',
12
+ tabWidth: 2,
13
+ useTabs: false,
14
plugins: [
15
'@ianvs/prettier-plugin-sort-imports',
16
'prettier-plugin-tailwindcss',
0 commit comments