Force newline at end of file in VSCode config.

This commit is contained in:
Richard Newman 2017-04-26 10:09:50 -07:00
parent 19fc7cddf1
commit e64ee5864e

View file

@ -1,5 +1,8 @@
// Place your settings in this file to overwrite default and user settings.
{
// Newline at EOF.
"files.insertFinalNewline": true,
// Configure glob patterns for excluding files and folders.
"files.exclude": {
"**/.git": true,