Skip to content

Commit

Permalink
Use Tabs for indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
4yman-0 committed Dec 29, 2024
1 parent ad53b3b commit 0e2980a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export default {
trailingComma: "es5",
tabWidth: 4,
semi: false,
singleQuote: true,
useTabs: false,
useTabs: true,
};

0 comments on commit 0e2980a

Please sign in to comment.