mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 10:24:18 +00:00
Removed final newline from snippet files.
This commit is contained in:
@@ -51,4 +51,4 @@ class ${1:ClassName}(${2:object}):
|
||||
(split-string text ",")))
|
||||
(concat "\n" (make-string (current-column) 32)))
|
||||
}
|
||||
$0
|
||||
$0
|
||||
@@ -32,4 +32,4 @@ def ${1:name}($2):
|
||||
(list "" "Arguments:" args (make-string 3 34))
|
||||
indent)))
|
||||
}
|
||||
$0
|
||||
$0
|
||||
@@ -30,4 +30,4 @@ def ${1:name}(self, $2):
|
||||
(list "" "Arguments:" args (make-string 3 34))
|
||||
indent)))
|
||||
}
|
||||
$0
|
||||
$0
|
||||
@@ -12,4 +12,4 @@ def ${1:foo}():
|
||||
return locals()
|
||||
$1 = property(**$1())
|
||||
|
||||
$0
|
||||
$0
|
||||
@@ -6,4 +6,4 @@ def _get_${1:foo}(self):
|
||||
|
||||
$1 = property(_get_$1)
|
||||
|
||||
$0
|
||||
$0
|
||||
@@ -9,4 +9,4 @@ def _get_$1(self):
|
||||
|
||||
$1 = property(_get_$1, _set_$1)
|
||||
|
||||
$0
|
||||
$0
|
||||
Reference in New Issue
Block a user