Skip to content

Commit 24db10c

Browse files
authored
Enable format on type by default for C# (#8161)
2 parents c20d61d + 254137c commit 24db10c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5590,6 +5590,9 @@
55905590
"configurationDefaults": {
55915591
"[xaml]": {
55925592
"editor.wordBasedSuggestions": "off"
5593+
},
5594+
"[csharp]": {
5595+
"editor.formatOnType": true
55935596
}
55945597
}
55955598
}

0 commit comments

Comments
 (0)