Skip to content

Commit

Permalink
fix: pretier.config.js and file formating
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 4, 2024
1 parent 2127c18 commit b1fa7e1
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
module.exports = {
tabWidth: 4,
semi: true,
trailingComma: "none",
bracketSameLine: true,
useTabs: true,
overrides: [
{
files: ["*.json", "*.yml", "*.yaml"],
options: {
tabWidth: 2,
},
}
],
};
tabWidth: 4,
semi: true,
trailingComma: "none",
bracketSameLine: true,
useTabs: true,
overrides: [
{
files: ["*.json", "*.yml", "*.yaml"],
options: {
tabWidth: 2,
useTabs: false
},
}
],
};

0 comments on commit b1fa7e1

Please sign in to comment.