Skip to content

Commit

Permalink
Update .gitattributes
Browse files Browse the repository at this point in the history
Signed-off-by: Victoria <126434697+vicpsantana@users.noreply.github.com>
  • Loading branch information
vicpsantana authored Sep 26, 2024
1 parent e116d58 commit 736420e
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
*.py text eol=lf
*.yml text eol=lf
*.md text eol=lf
# More on Git Attributes: https://git-scm.com/docs/gitattributes

# Auto identify text files & sets line endings to LF & sets charset to UTF-8 & fixes whitespaces
* text=auto eol=lf working-tree-encoding=UTF-8 whitespace=fix

# Git Archive exports only scripts
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
*.md export-ignore

# Add metadata to files
*.sh export-subst

# GitHub Specific Config
*.md linguist-documentation
.editorconfig linguist-language=INI
.gitattributes linguist-language=INI
.gitignore linguist-language=INI

0 comments on commit 736420e

Please sign in to comment.