forked from block-foundation/solidity-architectural-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
47 lines (47 loc) · 828 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
*.sol linguist-language=Solidity
* text=auto
* whitespace=space-before-tab,tab-in-indent,trailing-space
*.txt eol=lf
*.md eol=lf diff=markdown
*.sh eol=lf diff=bash
*.py eol=lf diff=python
*.[ch] eol=lf diff=cpp
*.htm eol=lf diff=html
*.html eol=lf diff=html
*.css eol=lf diff=css
*.go eol=lf
*.sol eol=lf
*.js eol=lf
*.jsx eol=lf
*.ts eol=lf
*.json eol=lf
*.toml eol=lf
*.env eol=lf
*.env.example eol=lf
*.yml eol=lf
*.ini eol=lf
*.lock eol=lf
*.conf eol=lf
*.code-workspace eol=lf
LICENSE eol=lf
Dockerfile* eol=lf
Makefile* -whitespace eol=lf
*.data binary
*.bin binary
*.binary binary
*.jpg binary
*.jpeg binary
*.png binary
*.gif binary
*.ico binary
*.tar binary
*.gz binary
*.tgz binary
*.pdf binary
*.zip binary
*.a binary
*.lib binary
/bin/* binary
.gitmodules -whitespace eol=lf
.gitignore eol=lf
.gitattributes eol=lf