Skip to content

Commit

Permalink
don't convert bat/cmd files
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed May 29, 2020
1 parent 3ec81f4 commit af720cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
qcodes/_version.py export-subst
* text=auto
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf

0 comments on commit af720cb

Please sign in to comment.