https://github.com/root-project/root
Raw File
Tip revision: f79aa3ec9c10c0e63efbc0c2c3985b2315082943 authored by Javier Lopez-Gomez on 11 April 2023, 12:56:51 UTC
[ntuple] Fix failing tests for `-Dimt=OFF` builds
Tip revision: f79aa3e
.gitattributes
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Declare files that will always have CRLF line endings on checkout.
*.sln eol=crlf
*.dsp eol=crlf
*.dsw eol=crlf
*.bat eol=crlf
*.cs  eol=crlf
*.csproj eol=crlf
*.vsct  eol=crlf
*.resx  eol=crlf
*.vsixmanifest  eol=crlf
tree/dataframe/test/RCsvDS_test_win.csv  eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.pdf binary
*.root binary
*.fits binary
back to top