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