Revision bfb6ff091d6f36722d718f0f6083b5a0a0a00828 authored by Danilo Piparo on 30 September 2023, 09:41:18 UTC, committed by Danilo Piparo on 30 September 2023, 12:27:43 UTC
on Macos because it always fails due to the slowness of the tool
on the platform.
1 parent 6b3b5a3
Raw File
.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

# Files in the LLVM monorepo are not normalized, avoid whitespace diffs.
interpreter/llvm-project/** -text

# 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