Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 075b821

Browse files
chore: add gitattributes
Signed-off-by: Florian-Schoenherr <[email protected]>
1 parent c5969bb commit 075b821

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitattributes

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
* text=auto
2+
3+
# Common formats
4+
*.html text
5+
*.xml text
6+
*.css text
7+
*.scss text
8+
*.js text
9+
*.properties text
10+
*.rtf text
11+
*.yaml text
12+
*.yml text
13+
*.md text
14+
15+
LICENSE text
16+
17+
*.svelte text

0 commit comments

Comments
 (0)