Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: subversion_config/config

Issue 12162003: Add autoprops svn:eol-style=LF for .asm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 # Inspired by http://src.chromium.org/svn/trunk/tools/build/slave/config 2 # Inspired by http://src.chromium.org/svn/trunk/tools/build/slave/config
3 3
4 [auth] 4 [auth]
5 # Warning, this is insecure. 5 # Warning, this is insecure.
6 store-passwords=yes 6 store-passwords=yes
7 7
8 [miscellany] 8 [miscellany]
9 global-ignores = *.pyc *.user *.suo *.bak *~ #*# *.ncb *.o *.lo *.la .*~ .#* .DS _Store .*.swp *.mk *.Makefile *.sln *.vcproj *.rules *.xcodeproj 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 10 enable-auto-props = yes
11 11
12 [auto-props] 12 [auto-props]
13 *.afm = svn:eol-style=LF 13 *.afm = svn:eol-style=LF
14 *.asm = svn:eol-style=LF
14 *.bat = svn:eol-style=CRLF 15 *.bat = svn:eol-style=CRLF
15 *.c = svn:eol-style=LF 16 *.c = svn:eol-style=LF
16 *.cc = svn:eol-style=LF 17 *.cc = svn:eol-style=LF
17 *.cpp = svn:eol-style=LF 18 *.cpp = svn:eol-style=LF
18 *.css = svn:eol-style=LF;svn:mime-type=text/css 19 *.css = svn:eol-style=LF;svn:mime-type=text/css
19 *.def = svn:eol-style=LF 20 *.def = svn:eol-style=LF
20 *.dll = svn:executable 21 *.dll = svn:executable
21 *.exe = svn:executable 22 *.exe = svn:executable
22 *.grd = svn:eol-style=LF 23 *.grd = svn:eol-style=LF
23 *.gyp = svn:eol-style=LF 24 *.gyp = svn:eol-style=LF
(...skipping 20 matching lines...) Expand all
44 *.s = svn:eol-style=LF 45 *.s = svn:eol-style=LF
45 *.S = svn:eol-style=LF 46 *.S = svn:eol-style=LF
46 *.sh = svn:eol-style=LF;svn:executable 47 *.sh = svn:eol-style=LF;svn:executable
47 *.svg = svn:eol-style=LF 48 *.svg = svn:eol-style=LF
48 *.txt = svn:eol-style=LF 49 *.txt = svn:eol-style=LF
49 *.webp = svn:mime-type=image/webp 50 *.webp = svn:mime-type=image/webp
50 *.xml = svn:eol-style=LF;svn:mime-type=text/xml 51 *.xml = svn:eol-style=LF;svn:mime-type=text/xml
51 *.xtb = svn:eol-style=LF 52 *.xtb = svn:eol-style=LF
52 DEPS = svn:eol-style=LF 53 DEPS = svn:eol-style=LF
53 Makefile = svn:eol-style=LF 54 Makefile = svn:eol-style=LF
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698