From 8d686e136bbd799afbd63e0318ece9db9c484c0f Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 26 Sep 2017 16:42:29 +0000 Subject: [PATCH] Beep --- .gitattributes | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0a170172..e5c41f3f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,12 @@ # Text Files -*.js text=auto eol=lf -*.json text=auto eol=lf -*.md text=auto eol=lf +*.js text eol=lf +*.json text eol=lf +*.md text eol=lf # Configs and Stuff -.gitattributes text=auto eol=lf -.gitignore text=auto eol=lf -.npmrc text=auto eol=lf +.gitattributes text eol=lf +.gitignore text eol=lf +.npmrc text eol=lf # Asset Files *.png binary