repo.or.cz
/
yosql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update workflow actions
[yosql.git]
/
.gitattributes
blob
d4a37204bbcadc4a5020fca741d2a319d9a82938
1
# Handle line endings automatically for files detected as text
2
# and leave all files detected as binary untouched.
3
* text=auto
4
5
#
6
# The above will handle all files NOT found below
7
#
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