Skip to content

Commit da94bc8

Browse files
authored
Merge pull request #639 from david-sharer/ds/line-ending-normalization
Configure LF Normalization in .gitattributes (cjs/mjs/cts/mts extensions)
2 parents ee21e45 + 7741401 commit da94bc8

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
bin/* text eol=lf
22
*.js text eol=lf
3+
*.mjs text eol=lf
4+
*.cjs text eol=lf
35
*.ts text eol=lf
6+
*.cts text eol=lf
7+
*.mts text eol=lf
48
*.json text eol=lf
59
*.html text eol=lf
610
*.css text eol=lf

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Charles Pick <charles@codemix.com> (https://github.com/phpnode/)
1717
Christian Flach <github@christianflach.de> (https://github.com/cmfcmf/)
1818
Dan Selman <danscode@selman.org> (https://github.com/dselman)
1919
David Berneda <david@steema.com>
20+
David Sharer <git@davidsharer.com> (https://github.com/david-sharer/)
2021
Futago-za Ryuu <futagoza.ryuu@gmail.com> (https://github.com/futagoza/)
2122
Jakub Vrana <jakub@vrana.cz> (https://github.com/vrana/)
2223
Jason Davies <jason@jasondavies.com> (https://github.com/jasondavies/)

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Released: TBD
1717

1818
### Bug fixes
1919

20+
- Adjust repository's Git configuration around CR/LF normalization. [#639](https://github.com/peggyjs/peggy/pull/639)
21+
2022
5.0.5
2123
-----
2224

0 commit comments

Comments
 (0)