Skip to content

Commit b6098dc

Browse files
committed
add tabWidth 2 and useTabs to false.
1 parent 2e3042b commit b6098dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tooling/prettier/index.mjs

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ const config = {
99
singleQuote: true,
1010
trailingComma: 'all',
1111
endOfLine: 'auto',
12+
tabWidth: 2,
13+
useTabs: false,
1214
plugins: [
1315
'@ianvs/prettier-plugin-sort-imports',
1416
'prettier-plugin-tailwindcss',

0 commit comments

Comments
 (0)