https://github.com/eclipse/jetty.project
Raw File
Tip revision: aeec1e40f709d43c4eb16bd026b91ea25b92aa4c authored by Lachlan Roberts on 12 December 2023, 08:31:39 UTC
fix checkstyle erros
Tip revision: aeec1e4
.gitattributes
# Shell Scripts
*.bat	eol=crlf
*.sh	eol=lf

# Sources
*.groovy    eol=lf
*.java	eol=lf

# Configuration
*.dtd   eol=lf
*.ini   eol=lf
*.json  eol=lf
*.mod	eol=lf
*.properties	eol=lf
*.sql   eol=lf
*.xsl   eol=lf
*.xslt  eol=lf
*.xml	eol=lf
*.yaml  eol=lf
*.yml   eol=lf

# Text / Documentation
*.adoc	eol=lf
*.dot   eol=lf
*.txt	eol=lf
*.TXT   eol=lf
*.md    eol=lf
*.pdf   binary

# Web
*.gif   binary
*.htm   eol=lf
*.html  eol=lf
*.ico   binary
*.jar   binary
*.jpg   binary
*.jpeg  binary
*.js    eol=lf
*.jsp   eol=lf
*.jspf  eol=lf
*.png   binary
*.svg   eol=lf
*.svgz  binary
*.tga   binary
*.tif   binary
*.tiff  binary
*.ttf   binary
*.war   binary

# Build Files
Jenkinsfile	eol=lf

# Binaries
*.raw   binary
*.gz    binary
*.zip   binary
*.br    binary
*.brotli    binary
*.bz2   binary

back to top