diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2022-04-27 23:44:24 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-27 22:44:24 -0700 |
| commit | 2b6dc2cb0b4a5229bebba1e4f64e79ed0e706a56 (patch) | |
| tree | fe6874f84f6c971cfc77fa812b0c61fd93fc33d1 /.gitattributes | |
| parent | 5ca8e07a4d5946192eee5c2c129ae00cc54b95b5 (diff) | |
Create .gitattributes to auto parse out clrf line endings. (#187)
* Create .gitattributes
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..fcadb2cf9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf |
