Skip to content

Commit

Permalink
Normalizes line endings (goonstation#6845)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFakeElon authored Dec 28, 2021
1 parent 0e0a248 commit 3bc5bd3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.dm]
end_of_line = lf

[*.dme]
end_of_line = lf

[*.dmm]
end_of_line = lf

Expand Down
6 changes: 3 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* text=auto

# BYOND code and other detritus
*.dm text
*.dme text
*.dm text eol=lf
*.dme text eol=lf
*.dms text
*.dmf text
*.dmm text eol=lf
Expand All @@ -28,7 +28,7 @@
*.ini text
*.conf text
*.ps1 text
*.sh text
*.sh text eol=lf
*.bat text
*.rb text
*.py text
Expand Down

0 comments on commit 3bc5bd3

Please sign in to comment.