1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Enforce LF endings automatically (#3946)

This commit is contained in:
Phoenix-Starlight 2023-08-29 18:20:47 -07:00 committed by GitHub
parent 68edac523e
commit 67af02ce82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 275 additions and 273 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Automatically normalize line endings (to LF) for all text-based files.
* text=auto eol=lf