aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-07-18 12:33:14 +0000
committerGitHub <[email protected]>2023-07-18 12:33:14 +0000
commit27a3d2cd0b8a4adf8a4beef4be6c18ed96b21d2c (patch)
tree07bba56ac60667c8a63776fda9acef0583751f65 /.gitattributes
parent13964c7fca1fe387d502a0044014f276147bc6e6 (diff)
parent10f59667879bc476004c78bc0d3d6a0c4f560e55 (diff)
Merge pull request #1669 from embassy-rs/nocrlf
ci: add check for no CRLF line endings.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes41
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..4db9edae7
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,41 @@
1* text=auto
2
3*.adoc text
4*.html text
5*.in text
6*.json text
7*.md text
8*.proto text
9*.py text
10*.rs text
11*.service text
12*.sh text
13*.toml text
14*.txt text
15*.x text
16*.yml text
17
18*.raw binary
19*.bin binary
20*.png binary
21*.jpg binary
22*.jpeg binary
23*.gif binary
24*.ico binary
25*.mov binary
26*.mp4 binary
27*.mp3 binary
28*.flv binary
29*.fla binary
30*.swf binary
31*.gz binary
32*.zip binary
33*.7z binary
34*.ttf binary
35*.eot binary
36*.woff binary
37*.pyc binary
38*.pdf binary
39*.ez binary
40*.bz2 binary
41*.swp binary \ No newline at end of file