9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
# Set the default behavior, in case people don't have `core.autocrlf` set.
|
|
* text=auto
|
|
|
|
# Declare files that will always have LF line endings on checkout.
|
|
*.php text eol=lf
|
|
|
|
# Remove files for archives generated using `git archive`.
|
|
/.* export-ignore
|