Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
add reminder why this is necessary directly to file

Co-authored-by: NeroBurner <pyro4hell@gmail.com>
  • Loading branch information
madmini and NeroBurner committed Sep 19, 2024
1 parent 8020c97 commit a44d00a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# 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

# 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
*.cpp text
*.h text
Expand Down

0 comments on commit a44d00a

Please sign in to comment.