DedSecInside / TorBot

Dark Web OSINT Tool
Other
2.88k stars 526 forks source link

Add .gitattributes file #135

Closed ChaminW closed 5 years ago

ChaminW commented 5 years ago

Changes Proposed

This file will normalize the way handles the line endings as the file format.

ChaminW commented 5 years ago

This pull request adds a .gitattributes file in the root of the project indicating text=auto so that Git clients will automatically convert line endings to the correct platform line endings when cloning, and normalize them back to LF when committing. Further, adding separate configurations for identified file formats to leave untouched as binary.

PSNAppz commented 5 years ago

@KingAkeem Please review this.

KingAkeem commented 5 years ago

This pull request adds a .gitattributes file in the root of the project indicating text=auto so that Git clients will automatically convert line endings to the correct platform line endings when cloning, and normalize them back to LF when committing. Further, adding separate configurations for identified file formats to leave untouched as binary.

Thanks for the explanation, sounds like a great idea!

PSNAppz commented 5 years ago

@ChaminW Great work 👏🏻