Removed final newline from snippet files.

This commit is contained in:
Joao Tavora
2011-10-13 14:34:13 +01:00
parent 6c84d6c428
commit d3086586be
229 changed files with 229 additions and 232 deletions

View File

@@ -4,4 +4,4 @@
/// <summary>
/// $3
/// </summary>
private $1 $2;
private $1 $2;

View File

@@ -18,4 +18,4 @@ public $1 $2
set {
this.$2 = value;
}
}
}

View File

@@ -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;
}
}
}

View File

@@ -18,4 +18,4 @@ ${5:public} class ${1:Name}
{
}
#endregion
}
}

View File

@@ -3,4 +3,4 @@
# --
/// <summary>
/// $1
/// </summary>
/// </summary>

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
#name : /// <param name="..."> ... </param>
# --
/// <returns>$1</returns>
/// <returns>$1</returns>

View File

@@ -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>

View File

@@ -7,4 +7,4 @@
${1:public} ${2:void} ${3:MethodName}($4)
{
$0
}
}

View File

@@ -4,4 +4,4 @@
namespace $1
{
$0
}
}

View File

@@ -13,4 +13,4 @@ $1 $2 $3
set {
this.$4 = value;
}
}
}

View File

@@ -3,4 +3,4 @@
# --
#region $1
$0
#endregion
#endregion

View File

@@ -1,4 +1,4 @@
#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
#name : using ...;
# --
using $1;
using $1;

View File

@@ -1,4 +1,4 @@
#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
#name : using System;
# --
using System;
using System;

View File

@@ -1,4 +1,4 @@
#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
#name : using System....;
# --
using System.$1;
using System.$1;