From 6e7774bb79a7a470df5ebbc45f2694f479e673ab Mon Sep 17 00:00:00 2001 From: Alexander Brevig Date: Wed, 3 Aug 2022 15:21:51 +0200 Subject: [PATCH] Add .gitattributes (#3318) --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4b89e775 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Auto detect text files and perform normalization +* text=auto + +*.rs text diff=rust +*.toml text diff=toml + +*.scm text diff=scheme +*.md text diff=markdown + +book/theme/highlight.js linguist-vendored +Cargo.lock text