Skip to content

Commit d387c3f

Browse files
authored
Remove default editor.formatOnType configuration for C# (#8709)
2 parents 3a0c3f8 + b7f42e2 commit d387c3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5626,9 +5626,6 @@
56265626
"[xaml]": {
56275627
"editor.wordBasedSuggestions": "off"
56285628
},
5629-
"[csharp]": {
5630-
"editor.formatOnType": true
5631-
},
56325629
"explorer.fileNesting.patterns": {
56335630
"*.cs": "${capture}.designer.cs,${capture}.g.cs,${capture}.generated.cs,${capture}.run.json,${capture}.settings.json,${capture}.settings.*.json",
56345631
"*.csproj": "${capture}.csproj.user",

0 commit comments

Comments
 (0)