From ea725d8fcfddca37224cae6e6178638dd470755f Mon Sep 17 00:00:00 2001 From: Vlad Date: Tue, 3 Feb 2026 06:22:11 -0800 Subject: [PATCH] Add gitattributes for consistent line endings Co-Authored-By: Claude Opus 4.5 --- .gitattributes | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..00df3cd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Python files +*.py text diff=python + +# Documentation +*.md text diff=markdown +*.txt text + +# Config files +*.json text +*.yml text +*.yaml text +*.toml text + +# Binary files +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.pdf binary