Skip to content

Commit

Permalink
feat: Add .gitattributes (runatlantis#3244)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored and ijames-gc committed Feb 13, 2024
1 parent 274160b commit 7468add
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.go text
*.json text
*.yml text
*.yaml text
*.sh text
*.tf text

0 comments on commit 7468add

Please sign in to comment.