Skip to content

Commit c73ac75

Browse files
committed
Adds prettier (for non-c# files)
1 parent ff5902d commit c73ac75

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Diff for: vs/.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/package*.json

Diff for: vs/.prettierrc

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"printWidth": 100,
3+
"tabWidth": 2,
4+
"useTabs": true,
5+
"semi": true,
6+
"overrides": [
7+
{
8+
"files": ".prettierrc",
9+
"options": { "parser": "json" }
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)