mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-10-31 18:07:12 +00:00
51163ffc40
Co-Authored-By: Octavia Togami <2093023+octylFractal@users.noreply.github.com>
35 lines
834 B
Plaintext
35 lines
834 B
Plaintext
* text=auto eol=lf
|
|
# Force Batch files to CRLF
|
|
*.bat eol=crlf -text
|
|
|
|
# Java sources
|
|
*.java text diff=java
|
|
*.kt text diff=java
|
|
*.gradle text diff=java
|
|
*.gradle.kts text diff=java
|
|
|
|
# These files are text and should be normalized (Convert crlf => lf)
|
|
*.css text diff=css
|
|
*.df text
|
|
*.htm text diff=html
|
|
*.html text diff=html
|
|
*.js text
|
|
*.jsp text
|
|
*.jspf text
|
|
*.jspx text
|
|
*.properties text
|
|
*.tld text
|
|
*.tag text
|
|
*.tagx text
|
|
*.xml text
|
|
|
|
# These files are binary and should be left untouched
|
|
# (binary is a macro for -text -diff)
|
|
*.class binary
|
|
*.dll binary
|
|
*.ear binary
|
|
*.jar binary
|
|
*.so binary
|
|
*.war binary
|
|
*.jks binary
|