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

Side by Side Diff: third_party/WebKit/.gitattributes

Issue 2387033002: remove obsolete(?) git attributes from old top-level WebKit settings (Closed)
Patch Set: Created 4 years, 2 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
« 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 # For best performance, place rules for deep paths in the parent directory. 1 # For best performance, place rules for deep paths in the parent directory.
2 # For example: instead of "Source/WebCore/inspector/Inspector.json -crlf" here, 2 # For example: instead of "Source/WebCore/inspector/Inspector.json -crlf" here,
3 # place "Inspector.json -crlf" in Source/WebCore/inspector/.gitattributes 3 # place "Inspector.json -crlf" in Source/WebCore/inspector/.gitattributes
4 4
5 # Exclude these git specific files from archives created via git-archive.
6 .gitignore export-ignore
7 .gitattributes export-ignore
8
9 # TODO(thakis): Remove this after a while. 5 # TODO(thakis): Remove this after a while.
10 *.cpp merge=clang-format 6 *.cpp merge=clang-format
11 *.h merge=clang-format 7 *.h merge=clang-format
12 *.mm merge=clang-format 8 *.mm merge=clang-format
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