diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-09-17 10:16:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-17 10:16:18 +0200 |
commit | 1e201163b9afdee929f69d9ee4c2ef13a12b6c28 (patch) | |
tree | 7d49de77c677535d6b921b406e101a56c7dcb5aa /.gitattributes | |
parent | e522baf0b78ae475685e890059afd7f402b21541 (diff) | |
parent | af1e94543562fe0f1ad5bfa49f47115546da8af2 (diff) |
Merge pull request #22134 from elasota/natvis
Add Visual Studio debug visualizer
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 03c6f96f80..47ba2b45bb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,3 +9,4 @@ drivers/* linguist-vendored *.py eol=lf *.hpp eol=lf *.xml eol=lf +*.natvis eol=lf |