From cbc83130870efc03dadcd68a4ab2a7211618f92b Mon Sep 17 00:00:00 2001 From: Aetias Date: Sat, 16 Sep 2023 11:21:17 +0200 Subject: [PATCH] Use Shift-JIS encoding in .s files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..b3b1875c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.s encoding=sjis diff=sjis \ No newline at end of file