File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Handle line endings automatically for files detected as text
2
+ # and leave all files detected as binary untouched.
3
+ * text =auto
4
+
5
+ #
6
+ # The above will handle all files NOT found below
7
+ #
8
+ # These files are text and should be normalized (Convert crlf => lf)
9
+ * .gitattributes text
10
+ .gitignore text
11
+ * .md text
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ duplexer3@^0.1.4:
193
193
version "0.1.4"
194
194
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
195
195
196
- escape-string-regexp@^1.0.2 :
196
+ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5 :
197
197
version "1.0.5"
198
198
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
199
199
You can’t perform that action at this time.
0 commit comments