Skip to content

Commit

Permalink
chore: ensure lf file endings
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed Jun 14, 2024
1 parent a7353a7 commit 293b692
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto eol=lf
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ student-work/
.idea/
.byebug_history
coverage/
.vscode
_history
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"files.eol": "\n"
}

0 comments on commit 293b692

Please sign in to comment.