mirror of
https://github.com/google/guava.git
synced 2026-03-25 21:05:25 +00:00
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=79186519
14 lines
196 B
Plaintext
14 lines
196 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Known text files
|
|
*.java text
|
|
*.xml text
|
|
*.yml text
|
|
*.md text
|
|
*.sh text
|
|
*.css text
|
|
*.txt text
|
|
|
|
# Known binary files
|
|
*.jar binary |