diff --git a/.vscode/settings.json b/.vscode/settings.json index d5ac30e0..7acf18d2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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,