Skip to content

Commit 6e7774b

Browse files
Add .gitattributes (helix-editor#3318)
1 parent 4b6c4ae commit 6e7774b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitattributes

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Auto detect text files and perform normalization
2+
* text=auto
3+
4+
*.rs text diff=rust
5+
*.toml text diff=toml
6+
7+
*.scm text diff=scheme
8+
*.md text diff=markdown
9+
10+
book/theme/highlight.js linguist-vendored
11+
Cargo.lock text

0 commit comments

Comments
 (0)