mirror of
https://github.com/encounter/cglib.git
synced 2026-03-30 11:03:56 -07:00
11 lines
155 B
Plaintext
11 lines
155 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Java
|
|
*.java text eol=lf
|
|
*.jsp text eol=lf
|
|
|
|
# Text
|
|
*.xml text eol=lf
|
|
*.txt text eol=lf
|