File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ # All text files should have the "lf" (Unix) line endings
2+ * text eol =lf
3+
4+ # Explicitly declare text files you want to always be normalized and converted
5+ # to native line endings on checkout.
6+ * .java text
7+ * .go text
8+ * .json text
9+ * .kt text
10+ * .css text
11+ * .sass text
12+ * .scss text
13+ * .less text
14+ * .xml text
15+ * .yml text
16+ * .yaml text
17+ * .properties text
18+ * .html text
19+ * .sh text
20+ * .md text
21+ * .txt text
22+ * .sql text
23+ * .gradle text
24+ * .service text
25+ * .bat text eol =crlf
26+ * .js text
27+ * .js linguist-language =Swift
28+
29+ # Denote all files that are truly binary and should not be modified.
30+ * .png binary
31+ * .jpg binary
32+ * .jar binary
33+ * .pdf binary
34+ * .eot binary
35+ * .ttf binary
36+ * .gzip binary
37+ * .gz binary
38+ * .ai binary
39+ * .eps binary
40+ * .swf binary
You can’t perform that action at this time.
0 commit comments