Bump gradle/wrapper-validation-action from 2 to 3
[yosql.git] / .gitattributes
blobd4a37204bbcadc4a5020fca741d2a319d9a82938
1 # Handle line endings automatically for files detected as text
2 # and leave all files detected as binary untouched.
3 * text=auto
6 # The above will handle all files NOT found below
8 # These files are text and should be normalized (Convert crlf => lf)
9 *.css           text
10 *.spec          text
11 *.rb            text
12 *.java          text
13 *.js            text
14 *.md            text
15 *.properties    text
16 *.txt           text
17 *.yml           text
18 *.yaml          text
19 *.html          text
20 *.xml           text
21 *.rc            text