Compare commits

...

3 commits

Author SHA1 Message Date
Max Jakobitsch e166b4ad27
Merge a44d00acdc into a2356f2f4a 2024-09-29 22:02:10 +02:00
Max Jakobitsch a44d00acdc Apply suggestions from code review
add reminder why this is necessary directly to file

Co-authored-by: NeroBurner <pyro4hell@gmail.com>
2024-09-19 02:26:35 +02:00
Max-Julian Jakobitsch 8020c97c09 fix: eol settings
only affects windows users
2024-09-19 02:26:35 +02:00

5
.gitattributes vendored
View file

@ -1,8 +1,9 @@
# Set the default behavior, in case people don't have core.autocrlf set. # Set the default behavior, in case people don't have core.autocrlf set.
* text=auto # Prevent build errors on non lf systems (like Windows), we need files with lf as newlines.
* text=auto eol=lf
# Explicitly declare text files you want to always be normalized and converted # Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout. # to lf line endings on checkout.
*.c text *.c text
*.cpp text *.cpp text
*.h text *.h text