Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ff182c2

Browse files
fix: pretier.config.js and file formating
1 parent 038200e commit ff182c2

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

‎prettier.config.js

Lines changed: 15 additions & 14 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /