mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
9705236451
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> Closes: https://github.com/erikd/libsndfile/pull/144
16 lines
395 B
Plaintext
16 lines
395 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Declare files that will always have CRLF line endings on checkout.
|
|
*.ac text eol=lf
|
|
*.am text eol=lf
|
|
*.m4 text eol=lf
|
|
*.pc text eol=lf
|
|
*.spec text eol=lf
|
|
*.sh text eol=lf
|
|
|
|
# Explicitly declare text files you want to always be normalized and converted
|
|
# to native line endings on checkout.
|
|
*.c text
|
|
*.h text
|