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 *.scons *.mk *.Makefile *.sln *.vcproj *.rules SConstruct *.xcodep
roj | |
5 enable-auto-props = yes | |
6 | |
7 [auto-props] | |
8 *.afm = svn:eol-style=LF | |
9 *.bat = svn:eol-style=CRLF | |
10 *.c = svn:eol-style=LF | |
11 *.cc = svn:eol-style=LF | |
12 *.cpp = svn:eol-style=LF | |
13 *.css = svn:eol-style=LF | |
14 *.def = svn:eol-style=LF | |
15 *.dll = svn:executable | |
16 *.exe = svn:executable | |
17 *.grd = svn:eol-style=LF | |
18 *.gyp = svn:eol-style=LF | |
19 *.gypi = svn:eol-style=LF | |
20 *.h = svn:eol-style=LF | |
21 *.htm = 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 | |
32 *.pl = 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 | |
37 *.sh = svn:eol-style=LF;svn:executable | |
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 | |
42 Makefile = svn:eol-style=LF | |
OLD | NEW |