rusefi/.gitattributes

37 lines
748 B
Plaintext
Raw Permalink Normal View History

#
# see https://help.github.com/articles/dealing-with-line-endings/
#
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to Unix line endings on checkout.
*.c text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.xml text eol=lf
*.mk text eol=lf
*.java text eol=lf
*.bat text eol=lf
2020-06-16 09:52:29 -07:00
*.sh text eol=lf
*.inc text eol=lf
*.env text eol=lf
*.iml text eol=lf
*.txt text eol=lf
2021-05-24 05:22:08 -07:00
*.yaml text eol=lf
2017-04-08 05:39:36 -07:00
*.ini text eol=lf
2020-08-15 09:37:13 -07:00
*.rules text eol=lf
2017-03-31 10:45:26 -07:00
# KiCad files
*.dsn text eol=lf
*.kicad_pcb text eol=lf
*.net text eol=lf
*.pro text eol=lf
*.sch text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary