Files
Mikaël Capelle 208f148bbe Add Github Action for Build (#12)
* Update .gitattributes.
* Add github actions.
2024-06-09 14:14:06 +02:00

10 lines
259 B
Plaintext

# 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 eol=crlf
*.h text eol=crlf
*.ts text eol=lf