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