googletest/.gitattributes
Srikanth Patchava 886750f05d
chore: add .editorconfig and .gitattributes
Squashed into a single commit authored with srpatcha@users.noreply.github.com
to satisfy the Google CLA bot, which requires every commit author on a PR
to be covered by a signed CLA.

Signed-off-by: Srikanth Patchava <srpatcha@users.noreply.github.com>
2026-05-16 09:29:53 -07:00

25 lines
373 B
Plaintext

# Auto detect text files and perform LF normalization
* text=auto
# Explicitly declare text files
*.md text diff=markdown
*.txt text
*.csv text
*.yml text
*.yaml text
*.json text
*.xml text
*.html text diff=html
*.css text diff=css
# Denote binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.gz binary
*.tar binary