Skip to content

Commit 293b692

Browse files
committed
chore: ensure lf file endings
1 parent a7353a7 commit 293b692

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto eol=lf

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ student-work/
3636
.idea/
3737
.byebug_history
3838
coverage/
39-
.vscode
4039
_history

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"files.eol": "\n"
3+
}

0 commit comments

Comments
 (0)