We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b30e10 commit 96bfcefCopy full SHA for 96bfcef
.gitattributes
@@ -0,0 +1,20 @@
1
+# newlines
2
+* text=auto eol=lf
3
+
4
+*.xml text eol=lf
5
+*.abap text eol=lf
6
+*.md text eol=lf
7
+*.txt text eol=lf
8
+*.yml text eol=lf
9
+*.yaml text eol=lf
10
+*.js text eol=lf
11
+*.json text eol=lf
12
+*.html text eol=lf
13
+*.css text eol=lf
14
+*.svg text eol=lf
15
+*.sh text eol=lf
16
17
+*.jpg binary
18
+*.gif binary
19
+*.png binary
20
+*.jpeg binary
.reuse/dep5
REUSE.toml
@@ -0,0 +1,6 @@
+version = 1
+[[annotations]]
+path = "**/*"
+SPDX-FileCopyrightText = "2023 Marc Bernard <https://marcbernardtools.com/>"
+SPDX-License-Identifier = "GPL-3.0-only"
0 commit comments