Skip to content

Commit

Permalink
Add VS Code whitespace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jun 17, 2019
1 parent 05f49ce commit 9a6c1df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true
}

0 comments on commit 9a6c1df

Please sign in to comment.