Update parent to latest version
[reguloj.git] / .gitattributes
blobe346202099550df9450a7617cb636b9ed19deb4a
1 # SPDX-FileCopyrightText: The reguloj 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