forked from grumpydevelop/federator
fix line endings
fix line endings to be in LF format
This commit is contained in:
parent
64ee4c518f
commit
957b4f5266
3 changed files with 17 additions and 4 deletions
16
.gitattributes
vendored
Normal file
16
.gitattributes
vendored
Normal 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
|
|
@ -1,3 +0,0 @@
|
|||
<?php
|
||||
|
||||
echo phpinfo();
|
|
@ -138,7 +138,7 @@ class Inbox implements \Federator\Api\FedUsers\FedUsersInterface
|
|||
$apNote->addCC($cc);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$create->setObject($apNote);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue