Skip to content

Commit ddc7b26

Browse files
committed
Normalise whitespace within snippet headers
1 parent a620a2d commit ddc7b26

File tree

234 files changed

+581
-581
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+581
-581
lines changed

c++-mode/beginend

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- mode: snippet -*-
2-
#name : v.begin(), v.end()
2+
# name: v.begin(), v.end()
33
# key: beginend
44
# uuid: beginend
55
# --

c++-mode/using

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- mode: snippet -*-
2-
#name : using namespace ...
2+
# name: using namespace ...
33
# key: using
44
# uuid: using
55
# --

c-mode/fopen

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- mode: snippet -*-
2-
#name : FILE *fp = fopen(..., ...);
2+
# name: FILE *fp = fopen(..., ...);
33
# --
44
FILE *${f} = fopen(${"file"}, "${r}");

cc-mode/once

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- mode: snippet -*-
2-
#name : #ifndef XXX; #define XXX; #endif
2+
# name: #ifndef XXX; #define XXX; #endif
33
# key: once
44
# uuid: once
55
# --

cc-mode/struct

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- mode: snippet -*-
2-
#name : struct ... { ... }
2+
# name: struct ... { ... }
33
# key: struct
44
# uuid: struct
55
# --

csharp-mode/attrib

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#contributor : Alejandro Espinoza Esparza <[email protected]>
3-
#name : private attribute ....;
2+
# contributor: Alejandro Espinoza Esparza <[email protected]>
3+
# name: private attribute ....;
44
# key: attrib
55
# uuid: attrib
66
# --

csharp-mode/attrib.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#contributor : Alejandro Espinoza Esparza <[email protected]>
3-
#name : private attribute ....; public property ... ... { ... }
2+
# contributor: Alejandro Espinoza Esparza <[email protected]>
3+
# name: private attribute ....; public property ... ... { ... }
44
# key: attrib
55
# uuid: attrib
66
# --

csharp-mode/attrib.2

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#contributor : Alejandro Espinoza Esparza <[email protected]>
3-
#name : private _attribute ....; public Property ... ... { ... }
2+
# contributor: Alejandro Espinoza Esparza <[email protected]>
3+
# name: private _attribute ....; public Property ... ... { ... }
44
# key: attrib
55
# uuid: attrib
66
# --

csharp-mode/class

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#contributor : Alejandro Espinoza Esparza <[email protected]>
3-
#name : class ... { ... }
2+
# contributor: Alejandro Espinoza Esparza <[email protected]>
3+
# name: class ... { ... }
44
# key: class
55
# uuid: class
66
# --

csharp-mode/comment

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#contributor : Alejandro Espinoza Esparza <[email protected]>
3-
#name : /// <summary> ... </summary>
2+
# contributor: Alejandro Espinoza Esparza <[email protected]>
3+
# name: /// <summary> ... </summary>
44
# key: comment
55
# uuid: comment
66
# --

csharp-mode/comment.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#contributor : Alejandro Espinoza Esparza <[email protected]>
3-
#name : /// <param name="..."> ... </param>
2+
# contributor: Alejandro Espinoza Esparza <[email protected]>
3+
# name: /// <param name="..."> ... </param>
44
# key: comment
55
# uuid: comment
66
# --

csharp-mode/comment.2

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#contributor : Alejandro Espinoza Esparza <[email protected]>
3-
#name : /// <param name="..."> ... </param>
2+
# contributor: Alejandro Espinoza Esparza <[email protected]>
3+
# name: /// <param name="..."> ... </param>
44
# key: comment
55
# uuid: comment
66
# --

csharp-mode/comment.3

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#contributor : Alejandro Espinoza Esparza <[email protected]>
3-
#name : /// <exception cref="..."> ... </exception>
2+
# contributor: Alejandro Espinoza Esparza <[email protected]>
3+
# name: /// <exception cref="..."> ... </exception>
44
# key: comment
55
# uuid: comment
66
# --

csharp-mode/method

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#contributor : Alejandro Espinoza Esparza <[email protected]>
3-
#name : public void Method { ... }
2+
# contributor: Alejandro Espinoza Esparza <[email protected]>
3+
# name: public void Method { ... }
44
# key: method
55
# uuid: method
66
# --

csharp-mode/namespace

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#contributor : Alejandro Espinoza Esparza <[email protected]>
3-
#name : namespace .. { ... }
2+
# contributor: Alejandro Espinoza Esparza <[email protected]>
3+
# name: namespace .. { ... }
44
# key: namespace
55
# uuid: namespace
66
# --

csharp-mode/prop

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#contributor : Alejandro Espinoza Esparza <[email protected]>
3-
#name : property ... ... { ... }
2+
# contributor: Alejandro Espinoza Esparza <[email protected]>
3+
# name: property ... ... { ... }
44
# key: prop
55
# uuid: prop
66
# --

csharp-mode/region

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#contributor : Alejandro Espinoza Esparza <[email protected]>
3-
#name : #region ... #endregion
2+
# contributor: Alejandro Espinoza Esparza <[email protected]>
3+
# name: #region ... #endregion
44
# key: region
55
# uuid: region
66
# --

csharp-mode/using

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#contributor : Alejandro Espinoza Esparza <[email protected]>
3-
#name : using ...;
2+
# contributor: Alejandro Espinoza Esparza <[email protected]>
3+
# name: using ...;
44
# key: using
55
# uuid: using
66
# --

csharp-mode/using.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#contributor : Alejandro Espinoza Esparza <[email protected]>
3-
#name : using System;
2+
# contributor: Alejandro Espinoza Esparza <[email protected]>
3+
# name: using System;
44
# key: using
55
# uuid: using
66
# --

csharp-mode/using.2

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#contributor : Alejandro Espinoza Esparza <[email protected]>
3-
#name : using System....;
2+
# contributor: Alejandro Espinoza Esparza <[email protected]>
3+
# name: using System....;
44
# key: using
55
# uuid: using
66
# --

emacs-lisp-mode/backward-char

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- mode: snippet -*-
2-
#contributor: Xah Lee (XahLee.org)
3-
#name: backward-char
4-
#key: backward-char
2+
# contributor: Xah Lee (XahLee.org)
3+
# name: backward-char
4+
# key: backward-char
55
# uuid: backward-char
6-
#key: bc
6+
# key: bc
77
# --
88
(backward-char $0)

emacs-lisp-mode/beginning-of-line

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- mode: snippet -*-
2-
#contributor: Xah Lee (XahLee.org)
3-
#name: beginning-of-line
4-
#key: beginning-of-line
2+
# contributor: Xah Lee (XahLee.org)
3+
# name: beginning-of-line
4+
# key: beginning-of-line
55
# uuid: beginning-of-line
6-
#key: bol
6+
# key: bol
77
# --
88
(beginning-of-line)
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- mode: snippet -*-
2-
#contributor: Xah Lee (XahLee.org)
3-
#name: bounds-of-thing-at-point
4-
#key: bounds-of-thing-at-point
2+
# contributor: Xah Lee (XahLee.org)
3+
# name: bounds-of-thing-at-point
4+
# key: bounds-of-thing-at-point
55
# uuid: bounds-of-thing-at-point
6-
#key: botap
6+
# key: botap
77
# --
88
(bounds-of-thing-at-point '$0) ; symbol, list, sexp, defun, filename, url, email, word, sentence, whitespace, line, page ...

emacs-lisp-mode/buffer-modified-p

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- mode: snippet -*-
2-
#contributor: Xah Lee (XahLee.org)
3-
#name: buffer-modified-p
4-
#key: buffer-modified-p
2+
# contributor: Xah Lee (XahLee.org)
3+
# name: buffer-modified-p
4+
# key: buffer-modified-p
55
# uuid: buffer-modified-p
6-
#key: bmp
6+
# key: bmp
77
# --
88
(buffer-modified-p $0)

emacs-lisp-mode/consp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: snippet -*-
2-
#contributor: Xah Lee (XahLee.org)
3-
#name: consp
4-
#key: consp
2+
# contributor: Xah Lee (XahLee.org)
3+
# name: consp
4+
# key: consp
55
# uuid: consp
66
# --
77
(consp $0 )

emacs-lisp-mode/copy-directory

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- mode: snippet -*-
2-
#contributor: Xah Lee (XahLee.org)
3-
#name: copy-directory
4-
#key: copy-directory
2+
# contributor: Xah Lee (XahLee.org)
3+
# name: copy-directory
4+
# key: copy-directory
55
# uuid: copy-directory
6-
#key: cd
6+
# key: cd
77
# --
88
(copy-directory $0 NEWNAME &optional KEEP-TIME PARENTS)

emacs-lisp-mode/copy-file

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- mode: snippet -*-
2-
#contributor: Xah Lee (XahLee.org)
3-
#name: copy-file
4-
#key: copy-file
2+
# contributor: Xah Lee (XahLee.org)
3+
# name: copy-file
4+
# key: copy-file
55
# uuid: copy-file
6-
#key: cf
6+
# key: cf
77
# --
88
(copy-file FILE$0 NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-TIME PRESERVE-UID-GID)

emacs-lisp-mode/custom-autoload

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- mode: snippet -*-
2-
#contributor: Xah Lee (XahLee.org)
3-
#name: custom-autoload
4-
#key: custom-autoload
2+
# contributor: Xah Lee (XahLee.org)
3+
# name: custom-autoload
4+
# key: custom-autoload
55
# uuid: custom-autoload
6-
#key: ca
6+
# key: ca
77
# --
88
(custom-autoload$0 SYMBOL LOAD &optional NOSET)

emacs-lisp-mode/defalias

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: snippet -*-
2-
#contributor: Xah Lee (XahLee.org)
3-
#name: defalias
4-
#key: defalias
2+
# contributor: Xah Lee (XahLee.org)
3+
# name: defalias
4+
# key: defalias
55
# uuid: defalias
66
# --
77
(defalias 'SYMBOL$0 'DEFINITION &optional DOCSTRING)

emacs-lisp-mode/defsubst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: snippet -*-
2-
#contributor: Xah Lee (XahLee.org)
3-
#name: defsubst
4-
#key: defsubst
2+
# contributor: Xah Lee (XahLee.org)
3+
# name: defsubst
4+
# key: defsubst
55
# uuid: defsubst
66
# --
77
(defsubst $0 )

emacs-lisp-mode/delete-char

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- mode: snippet -*-
2-
#contributor: Xah Lee (XahLee.org)
3-
#name: delete-char
4-
#key: delete-char
2+
# contributor: Xah Lee (XahLee.org)
3+
# name: delete-char
4+
# key: delete-char
55
# uuid: delete-char
6-
#key: dc
6+
# key: dc
77
# --
88
(delete-char $0)

emacs-lisp-mode/delete-directory

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- mode: snippet -*-
2-
#contributor: Xah Lee (XahLee.org)
3-
#name: delete-directory
4-
#key: delete-directory
2+
# contributor: Xah Lee (XahLee.org)
3+
# name: delete-directory
4+
# key: delete-directory
55
# uuid: delete-directory
6-
#key: dd
6+
# key: dd
77
# --
88
(delete-directory $0 &optional RECURSIVE)

emacs-lisp-mode/delete-file

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- mode: snippet -*-
2-
#contributor: Xah Lee (XahLee.org)
3-
#name: delete-file
4-
#key: delete-file
2+
# contributor: Xah Lee (XahLee.org)
3+
# name: delete-file
4+
# key: delete-file
55
# uuid: delete-file
6-
#key: df
6+
# key: df
77
# --
88
(delete-file $0)

emacs-lisp-mode/delete-region

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- mode: snippet -*-
2-
#contributor: Xah Lee (XahLee.org)
3-
#name: delete-region
4-
#key: delete-region
2+
# contributor: Xah Lee (XahLee.org)
3+
# name: delete-region
4+
# key: delete-region
55
# uuid: delete-region
6-
#key: dr
6+
# key: dr
77
# --
88
(delete-region $0 )

emacs-lisp-mode/directory-files

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- mode: snippet -*-
2-
#contributor: Xah Lee (XahLee.org)
3-
#name: directory-files
4-
#key: directory-files
2+
# contributor: Xah Lee (XahLee.org)
3+
# name: directory-files
4+
# key: directory-files
55
# uuid: directory-files
6-
#key: df
6+
# key: df
77
# --
88
(directory-files $0 &optional FULL MATCH NOSORT)

emacs-lisp-mode/dired.process_marked

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
#name : process marked files in dired
3-
#contributor : Xah Lee
2+
# name: process marked files in dired
3+
# contributor: Xah Lee
44
# --
55
;; idiom for processing a list of files in dired's marked files
66

emacs-lisp-mode/dolist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- mode: snippet -*-
2-
#name: dolist
2+
# name: dolist
33
# --
44
(dolist (${1:i} ${2:list}) `(doom-snippets-format "%n%s")`$0)`(doom-snippets-newline-or-eol)`

0 commit comments

Comments
 (0)