Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3e9a3f5

Browse files
authored
Merge pull requestrafamadriz#443 from ilan-schemoul/main
fix(c): main() snippet position of $0
2 parentsfa36367 +7a57697 commit3e9a3f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎snippets/c/c.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"#include <stdlib.h>",
1818
"",
1919
"int main(int argc, char *argv[])",
20-
"{$0",
21-
"",
20+
"{",
21+
"\t$0",
2222
"\treturn EXIT_SUCCESS;",
2323
"}"
2424
],
@@ -41,8 +41,8 @@
4141
"prefix":"main",
4242
"body": [
4343
"int main(int argc, char *argv[])",
44-
"{$0",
45-
"",
44+
"{",
45+
"\t$0",
4646
"\treturn EXIT_SUCCESS;",
4747
"}"
4848
],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp