Skip to content
Snippets Groups Projects
.gitattributes 419 B
Newer Older
Soeren Peters's avatar
Soeren Peters committed
# SPDX-License-Identifier: CC-BY-4.0
# SPDX-FileCopyrightText: Copyright © VirtualFluids Project contributors, see AUTHORS.md in root folder

Soeren Peters's avatar
Soeren Peters committed
# 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.
*.c text
*.h text
*.cpp text
*.hpp text
*.cuh text
*.cu text
*.cmake text