diff options
author | Alexander Brevig | 2022-08-03 13:21:51 +0000 |
---|---|---|
committer | GitHub | 2022-08-03 13:21:51 +0000 |
commit | 6e7774bb79a7a470df5ebbc45f2694f479e673ab (patch) | |
tree | 9559ee12ef4ae29b530324f055d00fc875f3cb2f /.gitattributes | |
parent | 4b6c4ae6ee5d13be147c27e5e3d53e465968dd2f (diff) |
Add .gitattributes (#3318)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 11 |
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 |