Skip to content

Commit

Permalink
Merge pull request #443 from ilan-schemoul/main
Browse files Browse the repository at this point in the history
fix(c): main() snippet position of $0
  • Loading branch information
rafamadriz authored May 7, 2024
2 parents fa36367 + 7a57697 commit 3e9a3f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snippets/c/c.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"#include <stdlib.h>",
"",
"int main(int argc, char *argv[])",
"{$0",
"",
"{",
"\t$0",
"\treturn EXIT_SUCCESS;",
"}"
],
Expand All @@ -41,8 +41,8 @@
"prefix": "main",
"body": [
"int main(int argc, char *argv[])",
"{$0",
"",
"{",
"\t$0",
"\treturn EXIT_SUCCESS;",
"}"
],
Expand Down

0 comments on commit 3e9a3f5

Please sign in to comment.