Skip to content

Commit e1b52d7

Browse files
committed
vc: normalize add
1 parent 39b5504 commit e1b52d7

File tree

3 files changed

+34
-33
lines changed

3 files changed

+34
-33
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.sh text eol=lf
2+
*.nix text eol=lf
23
/bin/eask text eol=lf
34
/eask text eol=lf

test/jest/link/Eask

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
;; -*- mode: eask; lexical-binding: t -*-
2-
3-
(package "link"
4-
"1.0.0"
5-
"")
6-
7-
(website-url "")
8-
(keywords )
9-
10-
(package-file "link.el")
11-
12-
(script "test" "echo \"Error: no test specified\" && exit 1")
13-
14-
(source "gnu")
15-
16-
(depends-on "emacs" "26.1")
1+
;; -*- mode: eask; lexical-binding: t -*-
2+
3+
(package "link"
4+
"1.0.0"
5+
"")
6+
7+
(website-url "")
8+
(keywords )
9+
10+
(package-file "link.el")
11+
12+
(script "test" "echo \"Error: no test specified\" && exit 1")
13+
14+
(source "gnu")
15+
16+
(depends-on "emacs" "26.1")

test/jest/link/link-to/Eask

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
;; -*- mode: eask; lexical-binding: t -*-
2-
3-
(package "link-to"
4-
"1.0.0"
5-
"simple package to link")
6-
7-
(website-url "https://example.org")
8-
(keywords "test")
9-
10-
(package-file "link-to.el")
11-
12-
(script "test" "echo \"Error: no test specified\" && exit 1")
13-
14-
(source "gnu")
15-
16-
(depends-on "emacs" "26.1")
17-
(depends-on "json-mode")
1+
;; -*- mode: eask; lexical-binding: t -*-
2+
3+
(package "link-to"
4+
"1.0.0"
5+
"simple package to link")
6+
7+
(website-url "https://example.org")
8+
(keywords "test")
9+
10+
(package-file "link-to.el")
11+
12+
(script "test" "echo \"Error: no test specified\" && exit 1")
13+
14+
(source "gnu")
15+
16+
(depends-on "emacs" "26.1")
17+
(depends-on "json-mode")

0 commit comments

Comments
 (0)