Skip to content

Commit

Permalink
Update .cjs and .mjs files to use LF on checkout (ParadiseSS13#26466)
Browse files Browse the repository at this point in the history
Co-authored-by: Arthri <[email protected]>
  • Loading branch information
Arthri and Arthri authored Aug 11, 2024
1 parent ccaad76 commit 936ea20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tgui/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Enforce text mode and LF line breaks
*.js text eol=lf
*.jsx text eol=lf
*.cjs text eol=lf
*.mjs text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.css text eol=lf
Expand Down

0 comments on commit 936ea20

Please sign in to comment.