Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit 472a6b8

Browse files
committed
Updated priter config
1 parent e6522a1 commit 472a6b8

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

app-main/.prettierrc

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"printWidth": 80,
33
"singleQuote": false,
4-
"tabWidth": 2
4+
"tabWidth": 2,
5+
"useTabs": false,
6+
"overrides": [
7+
{
8+
"files": "*.html",
9+
"options": {
10+
"useTabs": true,
11+
"singleQuote": false
12+
}
13+
},
14+
{
15+
"files": ["*.js"],
16+
"options": {
17+
"useTabs": false
18+
},
19+
"singleQuote": true
20+
}
21+
]
522
}

0 commit comments

Comments
 (0)