Add .gitattributes entry for handling cross platform text files
This commit is contained in:
parent
be4b19edf4
commit
63bc5e73b7
2 changed files with 9 additions and 0 deletions
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -23,3 +23,4 @@ tweaks/0050-add-salsa-link-to-help.patch
|
|||
tweaks/0060-fix-relative-paths.patch
|
||||
tweaks/0070-remove-capybara-screenshot-rspec.patch
|
||||
tweaks/0080-search-binaries-in-path.patch
|
||||
tweaks/0090-cross-platform-text.patch
|
||||
|
|
8
debian/patches/tweaks/0090-cross-platform-text.patch
vendored
Normal file
8
debian/patches/tweaks/0090-cross-platform-text.patch
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
--- a/.gitattributes
|
||||
+++ b/.gitattributes
|
||||
@@ -1,3 +1,5 @@
|
||||
+# Auto detect text files and perform LF normalization
|
||||
+* text=auto
|
||||
VERSION merge=ours
|
||||
Dangerfile gitlab-language=ruby
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
Loading…
Reference in a new issue