fix line endings

fix line endings to be in LF format
This commit is contained in:
Yannis Vogel 2025-04-21 14:56:44 +02:00
parent 64ee4c518f
commit 957b4f5266
No known key found for this signature in database
3 changed files with 17 additions and 4 deletions

16
.gitattributes vendored Normal file
View file

@ -0,0 +1,16 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.php text
# Declare files that will always have LF line endings on checkout.
*.sln text eol=lf
*.php text eol.lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary

View file

@ -1,3 +0,0 @@
<?php
echo phpinfo();

View file

@ -138,7 +138,7 @@ class Inbox implements \Federator\Api\FedUsers\FedUsersInterface
$apNote->addCC($cc);
}
}
$create->setObject($apNote);
break;
default: