1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-04-19 17:23:51 +02:00

Add .gitattributes (#3318)

This commit is contained in:
Alexander Brevig 2022-08-03 15:21:51 +02:00 committed by GitHub
parent 4b6c4ae6ee
commit 6e7774bb79
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

11
.gitattributes vendored Normal file
View File

@ -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