summaryrefslogtreecommitdiff
path: root/scripts/phpize.in
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-13 11:21:27 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-13 11:21:27 +0200
commit3f72c77ce47ee0906905b83161d9c1d24e425d89 (patch)
tree58d19308558ed7e3f9384e0006ce6af0cb83ec56 /scripts/phpize.in
parent2845f859c19965691855c66bc18d94a4e06ff329 (diff)
downloadphp-git-3f72c77ce47ee0906905b83161d9c1d24e425d89.tar.gz
Convert CRLF line endings to LF
This patch simplifies line endings tracked in the Git repository and syncs them to all include the LF style instead of the CRLF files. Newline characters: - LF (\n) (*nix and Mac) - CRLF (\r\n) (Windows) - CR (\r) (old Mac, obsolete) To see which line endings are in the index and in the working copy the following command can be used: `git ls-files --eol` Git additionally provides `.gitattributes` file to specify if some files need to have specific line endings on all platforms (either CRLF or LF). Changed files shouldn't cause issues on modern Windows platforms because also Git can do output conversion is core.autocrlf=true is set on Windows and use CRLF newlines in all files in the working tree. Unless CRLF files are tracked specifically, Git by default tracks all files in the index using LF newlines.
Diffstat (limited to 'scripts/phpize.in')
0 files changed, 0 insertions, 0 deletions