From 4d24ae41b31cbf888c59c47400bf35b368dac416 Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 3 Feb 2026 09:05:20 +0100 Subject: [PATCH] Change file extension association for Assembly language --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..07ac362 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ASSEMBLE linguist-language=Assembly