From 1a17e5e553584a04875a641abdf9b88b30b3ec1a Mon Sep 17 00:00:00 2001 From: Nathan D Riggs Date: Tue, 17 Dec 2019 13:49:56 -0500 Subject: [PATCH] Create .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..98bb483 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Example of a `.gitattributes` file which reclassifies `.rb` files as Java: +*.rb linguist-language=Assembly + +# Replace any whitespace in the language name with hyphens: +#*.glyphs linguist-language=OpenStep-Property-List