From 8c7393a98cebba9837f6ef8d949548bb1ea4daab Mon Sep 17 00:00:00 2001 From: Fredrik Orderud Date: Wed, 21 Aug 2024 12:36:03 +0200 Subject: [PATCH] Added .inf/,inx files to .gitattributes so that they are recognized properly as text Copied from https://github.com/microsoft/Windows-driver-samples/pull/1193 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d8293d3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Declare files that are encoded in UTF-16 +*.inf text diff working-tree-encoding=UTF-16LE-BOM eol=crlf +*.inx text diff working-tree-encoding=UTF-16LE-BOM eol=crlf