Skip to content

Commit 254137c

Browse files
committed
Enable format on type by default for C#
1 parent c20d61d commit 254137c

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)