Skip to content

Commit 071c9ce

Browse files
madminiNeroBurner
andcommitted
Apply suggestions from code review
add reminder why this is necessary directly to file Co-authored-by: NeroBurner <pyro4hell@gmail.com>
1 parent 3c1d3fb commit 071c9ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitattributes

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Set the default behavior, in case people don't have core.autocrlf set.
2+
# Prevent build errors on non lf systems (like Windows), we need files with lf as newlines.
23
* text=auto eol=lf
34

45
# Explicitly declare text files you want to always be normalized and converted
5-
# to native line endings on checkout.
6+
# to lf line endings on checkout.
67
*.c text
78
*.cpp text
89
*.h text

0 commit comments

Comments
 (0)