mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-05 06:52:26 +00:00
Closes #372: removed trailing spaces in snippets
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# name: create procedure ...
|
||||
# key: create
|
||||
# --
|
||||
CREATE PROCEDURE [${1:dbo}].[${2:Name}]
|
||||
CREATE PROCEDURE [${1:dbo}].[${2:Name}]
|
||||
(
|
||||
$3 $4 = ${5:NULL} ${6:OUTPUT}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user