Don't place spaces there
This commit is contained in:
parent
9f791435a9
commit
a7c23ac09e
@ -145,10 +145,10 @@ snippet helloworld
|
||||
|
||||
# fopen
|
||||
snippet fopen
|
||||
abbr fopen("...", "...");
|
||||
abbr fopen("...", "...");
|
||||
fopen("${0:TARGET}", "${1:MODE}");
|
||||
|
||||
# fgets
|
||||
snippet fgets
|
||||
abbr fgets(row, length, file);
|
||||
abbr fgets(row, length, file);
|
||||
fgets(${0:ROW}, ${1:LENGTH}, ${2:FILE});
|
||||
|
Loading…
Reference in New Issue
Block a user