You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marks test files as non-text in .gitattributes, to prevent line-ending
normalisation on them when checked out on Windows with autocrlf enabled.
Also, mark all .py files as lf-only, as this is what the parser expects (in
particular, for triple quoted strings).
0 commit comments