Skip to content

Commit 8d619ac

Browse files
dhilipsivaMarcWeber
authored andcommitted
Indentation missing.
1 parent b57a972 commit 8d619ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

snippets/r.snippets

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ snippet ei
2525

2626
# loops
2727
snippet wh
28-
while(${1}) {
29-
${2}
30-
}
28+
while(${1}) {
29+
${2}
30+
}
3131
snippet for
32-
for (${1:item} in ${2:list}) {
33-
${3}
34-
}
32+
for (${1:item} in ${2:list}) {
33+
${3}
34+
}
3535

3636
# functions
3737
snippet fun

0 commit comments

Comments
 (0)