Skip to content

Commit

Permalink
Merge pull request #849 from Eibx/patch-1
Browse files Browse the repository at this point in the history
Made ctor snippet use tabs and removed space
  • Loading branch information
DustinCampbell authored Nov 3, 2016
2 parents a666657 + a58a339 commit d217a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,9 +526,9 @@

"prefix": "ctor",
"body": [
"${1:public} ${2:ClassName} (${3:Parameters})",
"${1:public} ${2:ClassName}(${3:Parameters})",
"{",
" ${0}",
" ${0}",
"}"
],
"description": "constructor"
Expand Down

0 comments on commit d217a03

Please sign in to comment.