File tree Expand file tree Collapse file tree 1 file changed +22
-10
lines changed Expand file tree Collapse file tree 1 file changed +22
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"folders" : [
3
- {
4
- "path" : " ."
5
- }
3
+ {
4
+ "path" : " ."
5
+ }
6
6
],
7
7
"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
14
25
}
15
- }
26
+ }
27
+
You can’t perform that action at this time.
0 commit comments