mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-18 03:14:16 +00:00
Removed final newline from snippet files.
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
/// <summary>
|
||||
/// $3
|
||||
/// </summary>
|
||||
private $1 $2;
|
||||
private $1 $2;
|
||||
@@ -18,4 +18,4 @@ public $1 $2
|
||||
set {
|
||||
this.$2 = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -18,4 +18,4 @@ public ${1:Type} ${2:Name}
|
||||
set {
|
||||
this.${2:$(if (> (length text) 0) (format "_%s%s" (downcase (substring text 0 1)) (substring text 1 (length text))) "")} = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -18,4 +18,4 @@ ${5:public} class ${1:Name}
|
||||
{
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
@@ -3,4 +3,4 @@
|
||||
# --
|
||||
/// <summary>
|
||||
/// $1
|
||||
/// </summary>
|
||||
/// </summary>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
|
||||
#name : /// <param name="..."> ... </param>
|
||||
# --
|
||||
/// <param name="$1">$2</param>
|
||||
/// <param name="$1">$2</param>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
|
||||
#name : /// <param name="..."> ... </param>
|
||||
# --
|
||||
/// <returns>$1</returns>
|
||||
/// <returns>$1</returns>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
|
||||
#name : /// <exception cref="..."> ... </exception>
|
||||
# --
|
||||
/// <exception cref="$1">$2</exception>
|
||||
/// <exception cref="$1">$2</exception>
|
||||
@@ -7,4 +7,4 @@
|
||||
${1:public} ${2:void} ${3:MethodName}($4)
|
||||
{
|
||||
$0
|
||||
}
|
||||
}
|
||||
@@ -4,4 +4,4 @@
|
||||
namespace $1
|
||||
{
|
||||
$0
|
||||
}
|
||||
}
|
||||
@@ -13,4 +13,4 @@ $1 $2 $3
|
||||
set {
|
||||
this.$4 = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,4 +3,4 @@
|
||||
# --
|
||||
#region $1
|
||||
$0
|
||||
#endregion
|
||||
#endregion
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
|
||||
#name : using ...;
|
||||
# --
|
||||
using $1;
|
||||
using $1;
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
|
||||
#name : using System;
|
||||
# --
|
||||
using System;
|
||||
using System;
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
|
||||
#name : using System....;
|
||||
# --
|
||||
using System.$1;
|
||||
using System.$1;
|
||||
Reference in New Issue
Block a user