Skip to content

Commit e90441c

Browse files
committed
Git: explicitly declare .csv as text file
Former-commit-id: 90ffbf59b0fbee40f8e4e1e8c52162bf46ceccc6
1 parent 0c9ed50 commit e90441c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
# Set the default behavior, in case people don't have core.autocrlf set.
44
* text=auto
55

6+
# Explicitly declare text files you want to always be normalized and converted
7+
# to native line endings on checkout.
8+
*.csv text
9+
610
# Submodules retain attributes of their respective repos
711
/Validation/Submodules/* text=auto

0 commit comments

Comments
 (0)