Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit dd36781

Browse files
alan-agius4CaerusKaru
authored andcommitted
chore: force LF as linebreak-style when checking out the repo (#1145)
1 parent 8302998 commit dd36781

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# SCSS, JS and TS files must always use LF for tools to work
5+
*.js eol=lf
6+
*.ts eol=lf
7+
*.scss eol=lf

0 commit comments

Comments
 (0)