Skip to content

Commit

Permalink
chore(vscode): set eol character
Browse files Browse the repository at this point in the history
  • Loading branch information
PalatinCoder committed Dec 24, 2018
1 parent f6b9873 commit 602de73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/DuttweilerApp.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
}
],
"settings": {
"files.insertFinalNewline": true
"files.insertFinalNewline": true,
"files.eol": "\n"
}
}
}

0 comments on commit 602de73

Please sign in to comment.