mirror of
https://github.com/google/wuffs.git
synced 2026-01-18 17:11:32 +01:00
12
.gitattributes
vendored
Normal file
12
.gitattributes
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# Source code is always LF, never CRLF.
|
||||
#
|
||||
# For example, tools like the wuffs-c compiler (and its internal/cgen package)
|
||||
# look for hard-coded strings containing "\n" but not "\r\n".
|
||||
*.c text eol=lf
|
||||
*.cc text eol=lf
|
||||
*.go text eol=lf
|
||||
*.h text eol=lf
|
||||
*.hh text eol=lf
|
||||
*.rs text eol=lf
|
||||
*.sh text eol=lf
|
||||
*.wuffs text eol=lf
|
||||
Reference in New Issue
Block a user