Skip to content

Commit d217a03

Browse files
Merge pull request #849 from Eibx/patch-1
Made ctor snippet use tabs and removed space
2 parents a666657 + a58a339 commit d217a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/csharp.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -526,9 +526,9 @@
526526

527527
"prefix": "ctor",
528528
"body": [
529-
"${1:public} ${2:ClassName} (${3:Parameters})",
529+
"${1:public} ${2:ClassName}(${3:Parameters})",
530530
"{",
531-
" ${0}",
531+
" ${0}",
532532
"}"
533533
],
534534
"description": "constructor"

0 commit comments

Comments
 (0)