https://github.com/csferrie/python-qinfer
Raw File
Tip revision: 8170c84a0be1723f8c6b09e0d3c7a40a886f1fe3 authored by Ian Hincks on 17 August 2018, 20:03:00 UTC
Merge pull request #134 from ihincks/upgrade-vectorized-risk
Tip revision: 8170c84
.gitattributes
# Auto detect text files and perform LF normalization
* text=auto

# Set diff handlers for Python files.
*.py text diff=python

# Copied from tutorial at https://help.github.com/articles/dealing-with-line-endings.
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.pyproj text eol=crlf
back to top