diff options
author | Vitaly Takmazov | 2020-04-14 12:43:55 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-04-14 12:43:55 +0300 |
commit | db8186a08121fddc9e0ffa311a981a7b3020f375 (patch) | |
tree | cb1dfc6df1b6f52e617a6620a1456515801a3432 /.gitattributes | |
parent | eb5c635a8b10a4df179ecd435a9e34fc25b8af08 (diff) |
.p8 files should have lf eol on Windows
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 00000000..e5e88003 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.p8 text eol=lf
\ No newline at end of file |