Skip to content

Instantly share code, notes, and snippets.

@Huluvu424242
Created January 2, 2012 17:17
Show Gist options
  • Save Huluvu424242/1551414 to your computer and use it in GitHub Desktop.
Save Huluvu424242/1551414 to your computer and use it in GitHub Desktop.
eclipse svn auto-props = svn properties to fontifying code - eclips config file
[auto-props]
*.java = svn:eol-style=CRLF;svn:mime-type=text/x-java
MANIFEST.MF = svn:eol-style=native;svn:mime-type=text/css
.project = svn:eol-style=native;svn:mime-type=text/xml
.classpath = svn:eol-style=native;svn:mime-type=text/xml
*.png = svn:mime-type=image/png
*.jpg = svn:mime-type=image/jpeg
*.gif = svn:mime-type=application/octet-stream
*.xml = svn:eol-style=native;svn:mime-type=text/xml
*.css = svn:eol-style=native;svn:mime-type=text/css
*.js = svn:eol-style=native;svn:mime-type=text/javascript
*.sql = svn:eol-style=native;svn:mime-type=text/plain
*.txt = svn:eol-style=native;svn:mime-type=text/plain
*.html = svn:eol-style=native;svn:mime-type=text/html
*.properties = svn:eol-style=native;svn:mime-type=text/css
*.php = svn:eol-style=native;svn:mime-type=text/plain
*.tpl = svn:eol-style=native;svn:mime-type=text/html
*.ptpl = svn:eol-style=native;svn:mime-type=text/plain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment