Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@xceric
xceric / .gitattributes
Last active June 16, 2021 17:33
Git attributes for Typescript
# See this article for reference: https://help.github.com/articles/dealing-with-line-endings/
# Refreshing repo after line ending change:
# https://help.github.com/articles/dealing-with-line-endings/#refreshing-a-repository-after-changing-line-endings
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
#
# The above will handle all files NOT found below