mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 04:20:46 +00:00
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
#
|
|
# https://help.github.com/articles/dealing-with-line-endings/
|
|
#
|
|
# Linux start script should use lf
|
|
/gradlew text eol=lf
|
|
|
|
# These are Windows script files and should use crlf
|
|
*.bat text eol=crlf
|
|
|
|
# This allows generated code to be indexed correctly
|
|
*.java linguist-generated=false |