Skip to content

Commit 0eae5dc

Browse files
committed
v0.1.0
0 parents  commit 0eae5dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+15999
-0
lines changed

.gitattributes

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Rust source files should always use LF
5+
*.rs text eol=lf
6+
*.toml text eol=lf
7+
*.md text eol=lf
8+
9+
# Scripts should use LF
10+
*.sh text eol=lf
11+
*.py text eol=lf
12+
13+
# Windows scripts should use CRLF
14+
*.bat text eol=crlf
15+
*.ps1 text eol=crlf

0 commit comments

Comments
 (0)