diff --git a/.vscode/settings.json b/.vscode/settings.json index 099175f..c31b0b8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,6 @@ "source.fixAll.eslint": "always", "source.fixAll.tslint": "always", "source.fixAll.ts": "always", - } -} \ No newline at end of file + }, + "files.insertFinalNewline": true +}