Unnamed repository; edit this file 'description' to name the repository.
Add .gitattributes (#3318)
Alexander Brevig 2022-08-03
parent 4b6c4ae · commit 6e7774b
-rw-r--r--.gitattributes11
1 files changed, 11 insertions, 0 deletions
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