qt-calculator/.gitattributes
2025-07-21 00:20:08 -05:00

25 lines
336 B
Plaintext

# Set default behavior to automatically normalize line endings
* text=auto
# C++ source files
*.cpp text diff=cpp
*.h text diff=cpp
# CMake files
CMakeLists.txt text
*.cmake text
# QMake files
*.pro text
# Bash scripts
*.sh text eol=lf
# Documentation
*.md text diff=markdown
# Binary files
*.png binary
*.jpg binary
*.ico binary