Skip to content

Commit

Permalink
git config to handle line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
jaitjacob committed Feb 26, 2024
1 parent 6a235dc commit a6f3d35
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,16 @@
/docs/analytics/** -linguist-documentation
/website/** linguist-documentation

<<<<<<< Updated upstream
# Auto detect text files and perform LF normalization
* text=auto
* text=auto
=======
# 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.
*.cpp text
*.h text
*.pot
>>>>>>> Stashed changes

0 comments on commit a6f3d35

Please sign in to comment.