Skip to content

Commit cf4d4b0

Browse files
authored
Force checkouts of .ftl files to use LF (#94)
1 parent 1d5f6ca commit cf4d4b0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitattributes

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
fluent.syntax/tests/syntax/fixtures_reference/crlf.ftl eol=crlf
2-
fluent.syntax/tests/syntax/fixtures_reference/cr.ftl eol=cr
3-
fluent.syntax/tests/syntax/fixtures_structure/crlf.ftl eol=crlf
1+
*.ftl eol=lf

fluent.syntax/.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tests/syntax/fixtures_reference/crlf.ftl eol=crlf
2+
tests/syntax/fixtures_reference/cr.ftl eol=cr
3+
tests/syntax/fixtures_structure/crlf.ftl eol=crlf

0 commit comments

Comments
 (0)