Replace the last occurrences of %n% with \n\t. Sorry.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3555 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2009-02-05 20:16:35 +00:00
parent f1bde0ead3
commit d0f2a8c5c6

View File

@ -25,7 +25,7 @@ else=else%block_cursor%
for=for (i = 0; i < %cursor%; i++)%block_cursor% for=for (i = 0; i < %cursor%; i++)%block_cursor%
while=while (%cursor%)%block_cursor% while=while (%cursor%)%block_cursor%
do=do\n{\n\t%cursor%\n} while(%cursor%)\n%cursor% do=do\n{\n\t%cursor%\n} while(%cursor%)\n%cursor%
switch=switch (%cursor%)%brace_open%case %cursor%:%n%\t%cursor%%n%break;\n%ws%default:%n%\t%cursor%\n%brace_close%%cursor% switch=switch (%cursor%)%brace_open%case %cursor%:\n\t\t%cursor%\n\t\tbreak;\n\tdefault:\n\t\t%cursor%\n%brace_close%%cursor%
try=try%block%\ncatch (%cursor%)%block_cursor% try=try%block%\ncatch (%cursor%)%block_cursor%
# special keys to be used in other snippets, cannot be used "standalone" # special keys to be used in other snippets, cannot be used "standalone"