Skip to content

Commit 7ae6a8e

Browse files
committed
Fix line ending generation
1 parent b174aa5 commit 7ae6a8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package/Codegen/.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# These TT files for should use LF since they generate TS(X) code.
2+
TSEnums.tt text eol=lf
3+
TSProps.tt text eol=lf
4+
TSTypes.tt text eol=lf

0 commit comments

Comments
 (0)