From c19d847686e1d4eb3718acbe401cadf1c7647e35 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 11 May 2023 00:43:33 +0200 Subject: [PATCH] chore: add gitattributes file for orgmode detection in languages of project --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4cfc821 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.org linguist-detectable=true