We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad53b3b commit 8fb7cd4Copy full SHA for 8fb7cd4
config/prettier.config.js
@@ -1,7 +1,6 @@
1
export default {
2
trailingComma: "es5",
3
- tabWidth: 4,
4
semi: false,
5
singleQuote: true,
6
- useTabs: false,
+ useTabs: true,
7
};
0 commit comments