# SPDX-FileCopyrightText: The ilo Authors
# SPDX-License-Identifier: 0BSD

# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto

#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.css           text
*.spec          text
*.rb            text
*.java          text
*.js            text
*.md            text
*.properties    text
*.txt           text
*.yml           text
*.html          text
*.xml           text
*.rc            text
