This commit is contained in:
Dennis Gunia
2025-09-11 22:03:23 +02:00
parent 405efd2906
commit 3993aa3c1b
4 changed files with 28 additions and 12 deletions

11
.gitattributes vendored Normal file
View File

@@ -0,0 +1,11 @@
# Set the default behavior for all files.
* text=auto eol=lf
# Normalized and converts to native line endings on checkout.
*.c text
*.cc text
*.cxx
*.cpp text
*.h text
*.hxx text
*.hpp text