From 357eac42c5fb3cb726455ad08c69d45207b4d67d Mon Sep 17 00:00:00 2001 From: amki Date: Wed, 2 Feb 2022 22:11:41 +0000 Subject: [PATCH] Fix line endings --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7e55b9b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +* text eol=crlf + +*.png binary +*.ogg binary +*.mp3 binary +*.wav binary +*.webm binary + +# Set the language for these files to jsonc to ensure GitHub doesn't show the comments as errors +.vscode/*.json linguist-language=jsonc +tsconfig*.json linguist-language=jsonc