From b6c3229debce55c09c618692cf62f3d68d984ce7 Mon Sep 17 00:00:00 2001 From: Rocky Breslow <1774125+rbreslow@users.noreply.github.com> Date: Sun, 15 Jan 2023 18:57:45 -0500 Subject: [PATCH] Add overrides for Makefile syntax highlighting Fix GitHub syntax highlighting for the Coreboot/Heads config files, and modules, which are all Makefiles. See: https://github.com/github/linguist/blob/master/docs/overrides.md --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a235913d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.config linguist-language=Makefile +modules/* linguist-language=Makefile