mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 10:24:18 +00:00
Closes #372: removed trailing spaces in snippets
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
# name: CONSTRAINT [..] PRIMARY KEY ...
|
||||
# key: constraint
|
||||
# --
|
||||
CONSTRAINT [${1:PK_Name}] PRIMARY KEY ${2:CLUSTERED} ([${3:ColumnName}])
|
||||
CONSTRAINT [${1:PK_Name}] PRIMARY KEY ${2:CLUSTERED} ([${3:ColumnName}])
|
||||
Reference in New Issue
Block a user