diff --git a/.gitattributes b/.gitattributes index 020a59a..8ba04ab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,12 @@ -*.py text=auto -*.toml text=auto -*.yaml text=auto -*.yml text=auto +# Common git attributes +* text=auto + +# Python files +*.py text eol=lf +*.pyc binary + +# Configuration files +*.json text eol=lf +*.yaml text eol=lf +*.yml text eol=lf +*.toml text eol=lf