* text=auto
*.gitattributes text eol=lf

# scripts/build
*.bat       text eol=crlf
*.sh        text eol=lf
*.mk        text eol=lf
*.cmake     text eol=lf
*.in        text eol=lf
Makefile    text eol=lf
Gnumakefile text eol=lf

# configs
*.yml       text eol=lf
Jenkinsfile text eol=lf
Doxyfile    text eol=lf

# text
*.md        text eol=lf

# source code
*.html      text eol=lf
*.css       text eol=lf
*.py        text eol=lf
*.cpp       text eol=lf
*.cxx       text eol=lf
*.cc        text eol=lf
*.c         text eol=lf
*.ipp       text eol=lf
*.hpp       text eol=lf
*.h         text eol=lf

# project file
*.code-workspace    text eol=lf
*.sln               text eol=crlf
*.vcxproj           text eol=crlf
*.vcproj            text eol=crlf
*.vcxproj.filters   text eol=crlf