Skip to content

Commit

Permalink
Enforce LF linefeed for .txt files too (#1644)
Browse files Browse the repository at this point in the history
* Enforce LF for .txt

* Enforce LF for .txt
  • Loading branch information
ccuser44 authored Nov 3, 2024
1 parent 07d823a commit 3f12491
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ end_of_line = lf

[*.rbxmx]
end_of_line = lf

[*.txt]
end_of_line = lf
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@
*.toml eol=lf
*.yml text=auto
*.yml eol=lf
*.txt text=auto
*.txt eol=lf

0 comments on commit 3f12491

Please sign in to comment.