mirror of https://github.com/helix-editor/helix
Add .gitattributes (#3318)
parent
4b6c4ae6ee
commit
6e7774bb79
@ -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
|
Loading…
Reference in New Issue