Update parent to latest version
[storage-units.git] / .gitattributes
blobadd218dd6ca52395dfcc00fb8ac658749b7d242b
1 # SPDX-FileCopyrightText: The Storage-Units Authors
2 # SPDX-License-Identifier: 0BSD
4 # Handle line endings automatically for files detected as text
5 # and leave all files detected as binary untouched.
6 * text=auto
9 # The above will handle all files NOT found below
11 # These files are text and should be normalized (Convert crlf => lf)
12 *.css           text
13 *.spec          text
14 *.rb            text
15 *.java          text
16 *.js            text
17 *.md            text
18 *.properties    text
19 *.txt           text
20 *.yml           text
21 *.yaml          text
22 *.html          text
23 *.xml           text
24 *.rc            text