Skip to content

Commit

Permalink
Indentation missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilipsiva authored and MarcWeber committed May 5, 2014
1 parent b57a972 commit 8d619ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions snippets/r.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ snippet ei

# loops
snippet wh
while(${1}) {
${2}
}
while(${1}) {
${2}
}
snippet for
for (${1:item} in ${2:list}) {
${3}
}
for (${1:item} in ${2:list}) {
${3}
}

# functions
snippet fun
Expand Down

0 comments on commit 8d619ac

Please sign in to comment.