Skip to content

Commit

Permalink
fuck off line endings in maps, forever
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeWaka committed Oct 28, 2020
1 parent bd41e19 commit a042fe0
Show file tree
Hide file tree
Showing 3 changed files with 1,767 additions and 213 deletions.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ indent_size = 2
tab_width = 2

# File standards
end_of_line = crlf
#end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.dmm]
end_of_line = lf

[*.md]
trim_trailing_whitespace = false

Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*.dme text
*.dms text
*.dmf text
*.dmm text
*.dmm text eol=lf

# BYOND Images & bytecode
*.dmi binary
Expand Down
Loading

0 comments on commit a042fe0

Please sign in to comment.