| OLD | NEW |
| (Empty) |
| 1 # Chromium-specific config file to put at ~/.subversion/config or %USERPROFILE%\
AppData\Roaming\Subversion\config | |
| 2 | |
| 3 [miscellany] | |
| 4 global-ignores = *.pyc *.user *.suo *.bak *~ #*# *.ncb *.o *.lo *.la .*~ .#* .DS
_Store .*.swp *.mk *.Makefile *.sln *.vcproj *.vcxproj *.vcxproj.filters *.props
*.targets *.rules *.xcodeproj | |
| 5 enable-auto-props = yes | |
| 6 | |
| 7 [auto-props] | |
| 8 *.asm = svn:eol-style=LF | |
| 9 *.afm = svn:eol-style=LF | |
| 10 *.bat = svn:eol-style=CRLF | |
| 11 *.c = svn:eol-style=LF | |
| 12 *.cc = svn:eol-style=LF | |
| 13 *.cpp = svn:eol-style=LF | |
| 14 *.css = svn:eol-style=LF;svn:mime-type=text/css | |
| 15 *.def = svn:eol-style=LF | |
| 16 *.dll = svn:executable | |
| 17 *.exe = svn:executable | |
| 18 *.grd = svn:eol-style=LF | |
| 19 *.gyp = svn:eol-style=LF | |
| 20 *.gypi = svn:eol-style=LF | |
| 21 *.h = svn:eol-style=LF | |
| 22 *.htm = svn:eol-style=LF;svn:mime-type=text/html | |
| 23 *.html = svn:eol-style=LF;svn:mime-type=text/html | |
| 24 *.idl = svn:eol-style=LF | |
| 25 *.jpg = svn:mime-type=image/jpeg | |
| 26 *.java = svn:eol-style=LF | |
| 27 *.js = svn:eol-style=LF;svn:mime-type=text/javascript | |
| 28 *.json = svn:eol-style=LF | |
| 29 *.m = svn:eol-style=LF | |
| 30 *.make = svn:eol-style=LF | |
| 31 *.mm = svn:eol-style=LF | |
| 32 *.mock-http-headers = svn:eol-style=LF | |
| 33 *.obsolete = svn:eol-style=LF | |
| 34 *.pdf = svn:mime-type=application/pdf | |
| 35 *.pl = svn:eol-style=LF | |
| 36 *.pm = svn:eol-style=LF | |
| 37 *.png = svn:mime-type=image/png | |
| 38 *.py = svn:eol-style=LF | |
| 39 *.pyd = svn:executable | |
| 40 *.s = svn:eol-style=LF | |
| 41 *.S = svn:eol-style=LF | |
| 42 *.rc = svn:eol-style=LF | |
| 43 *.sh = svn:eol-style=LF;svn:executable | |
| 44 *.svg = svn:eol-style=LF | |
| 45 *.txt = svn:eol-style=LF | |
| 46 *.webp = svn:mime-type=image/webp | |
| 47 *.xml = svn:eol-style=LF;svn:mime-type=text/xml | |
| 48 *.xtb = svn:eol-style=LF | |
| 49 DEPS = svn:eol-style=LF | |
| 50 Makefile = svn:eol-style=LF | |
| OLD | NEW |