Skip to content

Commit 2d0d582

Browse files
committed
fix: pretier.config.js and file formating
1 parent 8c6e49b commit 2d0d582

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

prettier.config.js

+15-14
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
module.exports = {
2-
tabWidth: 4,
3-
semi: true,
4-
trailingComma: "none",
5-
bracketSameLine: true,
6-
useTabs: true,
7-
overrides: [
8-
{
9-
files: ["*.json", "*.yml", "*.yaml"],
10-
options: {
11-
tabWidth: 2,
12-
},
13-
}
14-
],
15-
};
2+
tabWidth: 4,
3+
semi: true,
4+
trailingComma: "none",
5+
bracketSameLine: true,
6+
useTabs: true,
7+
overrides: [
8+
{
9+
files: ["*.json", "*.yml", "*.yaml"],
10+
options: {
11+
tabWidth: 2,
12+
useTabs: false
13+
},
14+
}
15+
],
16+
};

0 commit comments

Comments
 (0)