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