Skip to content

Commit c3cd395

Browse files
committed
📝 Chore(vscode-workspace): Sync default formatter
1 parent 8c80cee commit c3cd395

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

KitX.code-workspace

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
{
22
"folders": [
3-
{
4-
"path": "."
5-
}
3+
{
4+
"path": "."
5+
}
66
],
77
"settings": {
8-
"git.autorefresh": true,
9-
"[python]": {
10-
"editor.defaultFormatter": "ms-python.black-formatter"
11-
},
12-
"python.formatting.provider": "none",
13-
"dotnet.defaultSolution": "disable"
8+
"git.autorefresh": true,
9+
"dotnet.defaultSolution": "KitX.sln",
10+
"[python]": {
11+
"editor.defaultFormatter": "ms-python.black-formatter"
12+
},
13+
"[csharp]": {
14+
"editor.defaultFormatter": "csharpier.csharpier-vscode",
15+
"editor.formatOnSave": true
16+
},
17+
"[xml]": {
18+
"editor.defaultFormatter": "PrateekMahendrakar.prettyxml"
19+
},
20+
"[xaml]": {
21+
"editor.defaultFormatter": "PrateekMahendrakar.prettyxml"
22+
},
23+
"prettyxml.settings.formatOnSave": true,
24+
"prettyxml.settings.preserveWhiteSpacesInComment": true
1425
}
15-
}
26+
}
27+

0 commit comments

Comments
 (0)