We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9ed50 commit e90441cCopy full SHA for e90441c
.gitattributes
@@ -3,5 +3,9 @@
3
# Set the default behavior, in case people don't have core.autocrlf set.
4
* text=auto
5
6
+# Explicitly declare text files you want to always be normalized and converted
7
+# to native line endings on checkout.
8
+*.csv text
9
+
10
# Submodules retain attributes of their respective repos
11
/Validation/Submodules/* text=auto
0 commit comments