https://github.com/halide/Halide
Raw File
Tip revision: bea01149f01d54dea3ef9c3a59738d22c3cbb729 authored by Steven Johnson on 01 August 2023, 21:26:22 UTC
Ignore code in src/runtime/hexagon_remote/bin/src for clang-format
Tip revision: bea0114
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.c text
*.h text

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