Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 6 of 6 for EOL (0.01 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .gitattributes

    * text=auto eol=lf
    
    *.bat text eol=crlf
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Jul 28 09:21:57 GMT 2021
    - 52 bytes
    - Click Count (0)
  2. .gitattributes

    * text eol=lf
    
    #
    # The above will handle all files NOT found below
    # https://help.github.com/articles/dealing-with-line-endings/
    # https://github.com/Danimoth/gitattributes
    
    # These are explicitly windows files and should use crlf
    *.bat           text eol=crlf
    
    # These files are text and should be normalized (Convert crlf => lf)
    *.bash          text eol=lf
    *.css           text diff=css
    *.htm           text diff=html
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Sep 02 12:15:16 GMT 2020
    - 1.1K bytes
    - Click Count (0)
  3. apache-maven/src/assembly/maven/bin/.gitattributes

    mvn                eol=lf crlf=input
    mvnDebug           eol=lf crlf=input
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat May 23 07:59:32 GMT 2020
    - 111 bytes
    - Click Count (0)
  4. .gitattributes

    CHANGELOG.asciidoc  merge=union
    
    # These files contain expected text output, and should not be changed on
    # Windows
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Sep 07 19:45:23 GMT 2021
    - 221 bytes
    - Click Count (0)
  5. .gitattributes

    *.sh        eol=lf
    *.bat       eol=crlf
    *.cmd       eol=crlf
    *.dxf       eol=crlf
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Sun Jan 07 09:15:11 GMT 2018
    - 103 bytes
    - Click Count (0)
  6. .gitattributes

    *.sh        eol=lf
    *.bat       eol=crlf
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Sep 15 12:38:11 GMT 2013
    - 61 bytes
    - Click Count (0)
Back to Top