Apply suggestions from code review

add reminder why this is necessary directly to file

Co-authored-by: NeroBurner <pyro4hell@gmail.com>
This commit is contained in:
Max Jakobitsch 2024-09-19 02:25:52 +02:00
parent 8020c97c09
commit a44d00acdc

3
.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.
# Prevent build errors on non lf systems (like Windows), we need files with lf as newlines.
* text=auto eol=lf * 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