From ca3630f5aacfa7d057581045e77a7712a7092a29 Mon Sep 17 00:00:00 2001 From: krishnakumar4a4 Date: Thu, 20 Nov 2025 16:26:06 +0530 Subject: [PATCH] chore: enable files.insertFinalNewline in VS Code settings to ensure files end with a newline --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index fa9e9b637..847496183 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,6 +8,7 @@ "files.associations": { "input.h": "c" }, + "files.insertFinalNewline": true, // automatically adds a newline at the end of files "rust-analyzer.linkedProjects": [ "./Cargo.toml", "./examples/sample-kmdf-driver/Cargo.toml",