File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: PMPL-1.0-or-later
2+ # RSR-compliant .gitattributes
3+
4+ * text =auto eol =lf
5+
6+ # Source
7+ * .rs text eol =lf diff =rust
8+ * .ex text eol =lf diff =elixir
9+ * .exs text eol =lf diff =elixir
10+ * .jl text eol =lf
11+ * .res text eol =lf
12+ * .resi text eol =lf
13+ * .ada text eol =lf diff =ada
14+ * .adb text eol =lf diff =ada
15+ * .ads text eol =lf diff =ada
16+ * .hs text eol =lf
17+ * .chpl text eol =lf
18+ * .scm text eol =lf
19+ * .a2ml text eol =lf linguist-language =TOML
20+ * .ncl text eol =lf
21+ * .nix text eol =lf
22+
23+ # Docs
24+ * .md text eol =lf diff =markdown
25+ * .adoc text eol =lf
26+ * .txt text eol =lf
27+
28+ # Data
29+ * .json text eol =lf
30+ * .yaml text eol =lf
31+ * .yml text eol =lf
32+ * .toml text eol =lf
33+
34+ # Config
35+ .gitignore text eol =lf
36+ .gitattributes text eol =lf
37+ justfile text eol =lf
38+ Makefile text eol =lf
39+ Containerfile text eol =lf
40+
41+ # Scripts
42+ * .sh text eol =lf
43+
44+ # Binary
45+ * .png binary
46+ * .jpg binary
47+ * .gif binary
48+ * .pdf binary
49+ * .woff2 binary
50+ * .zip binary
51+ * .gz binary
52+
53+ # Lock files
54+ Cargo.lock text eol =lf - diff
55+ flake.lock text eol =lf - diff
Original file line number Diff line number Diff line change 1+ rust stable
You can’t perform that action at this time.
0 commit comments