forked from mozilla/r2d2b2g
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
19 lines (17 loc) · 849 Bytes
/
Copy path.gitattributes
File metadata and controls
19 lines (17 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# We don't want Git to mess with line endings.
#
# Most files in this repository have Unix-style endings (\n), and Windows devs
# have myriad options for editing them; thus it isn't necessary to convert line
# endings when checking out files into a working directory.
#
# Meanwhile, some files *must* have Windows line endings (\r\n), like the jQuery
# library, which must be bit-identical to the official release to avoid review
# by AMO reviewers; thus they mustn't be converted when committed to the object
# database.
#
# We could dicker with individual files or leave it up to individual developers,
# but it's simpler and less trouble-prone to set a consistent policy, so we do.
# Disable line-ending conversion for all files on older versions of Git.
* -crlf
# Disable line-ending conversion for all files on newer versions of Git.
* -text