From 4a2eb9e43e46f44fcb0a89011b4b01edaa980e7c Mon Sep 17 00:00:00 2001 From: pax Date: Sun, 5 Apr 2026 00:51:35 -0500 Subject: [PATCH] Treat .qss files as CSS for syntax highlighting --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..96caa26 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.qss linguist-language=CSS