Skip to content

Commit

Permalink
Tell prettier to use tabs instead of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cap10morgan committed Jan 15, 2025
1 parent bcd6683 commit 819fbf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
// Prettier configuration provided by Grafana scaffolding
...require('./.config/.prettierrc.js'),
useTabs: true,
};

0 comments on commit 819fbf0

Please sign in to comment.