OSDN Git Service

Merge develop into pomconfig
[mikutoga/Pmd2XML.git] / .gitattributes
1 ### Git attributes  https://git-scm.com/docs/gitattributes
2
3 * text=auto
4
5 *.java text diff=java
6
7 *.xml text eol=lf
8 *.xsd text eol=lf
9 *.dtd text eol=lf
10 *.properties text eol=lf
11
12 *.txt text
13 *.md text
14 *.yml text
15
16 *.html text
17 *.css text
18 *.js text
19
20 *.gif binary
21 *.png binary
22 *.jpeg binary
23 *.jpg binary
24 *.vmd binary
25 *.pmd binary
26
27 ### EOF ###