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

Appearance settings

Commit a6b0297

Browse filesBrowse files
committed
fix: pretier.config.js and file formating
1 parent d96636c commit a6b0297
Copy full SHA for a6b0297

File tree

Expand file treeCollapse file tree

1 file changed

+15
-14
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+15
-14
lines changed

‎prettier.config.js

Copy file name to clipboard
+15-14Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.