"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/.gitattributes" (17 Feb 2023, 321 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # Auto detect text files and perform LF normalization
    2 *        text=auto
    3 
    4 *.cs     text diff=csharp
    5 *.java   text diff=java eol=lf
    6 *.html   text diff=html eol=lf
    7 *.css    text eol=lf
    8 *.js     text eol=lf
    9 *.sql    text
   10 *.xml    text
   11 
   12 *.csproj text merge=union
   13 *.sln    text merge=union eol=crlf
   14 
   15 *.docx   diff=astextplain