Skip to content

Commit

Permalink
changed spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Zinggeler authored and Florian Zinggeler committed Nov 21, 2013
1 parent 49cf63b commit 63d8147
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Snippets/switch.sublime-snippet
Expand Up @@ -2,15 +2,15 @@
<content><![CDATA[
switch (${1:expression})
{
case ${2:expression2}:
$3
break;
case ${4:expression3}:
$5
default:
$6
case ${2:expression2}:
$3
break;
case ${4:expression3}:
$5
default:
$6
}]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>switch</tabTrigger>
Expand Down
4 changes: 2 additions & 2 deletions UnrealScriptIDEData.py
Expand Up @@ -809,8 +809,8 @@ def create_dynamic_tooltip(self, view):
Function_Snippet_Declaration = \
"""%(function_modifiers)s%(funct)s%(return_type)s %(function_name)s(%(arguments)s)
{
${2:super.%(function_name)s(%(less_arguments)s);}
${3:///}
\t${2:super.%(function_name)s(%(less_arguments)s);}
\t${3:///}
}"""

Function_Snippet_Call = \
Expand Down

0 comments on commit 63d8147

Please sign in to comment.