# Auto detect text files and perform LF normalization
*              text=auto

# Git files
.gitattributes text
.gitignore     text
.gitmodules    text

# Documentations
*.md           text

# Source code
Makefile       diff=bash
*.c            diff=cpp
*.h            diff=cpp