vscode add final newline

This commit is contained in:
notgne2 2022-12-15 10:20:49 -07:00
parent 0c451ba8cb
commit a8c44284f7
Signed by: notgne2
SSH Key Fingerprint: SHA256:qlFCAimT/PvNIG3u+aYT9pIqFCWgu6sNsWjpV1vHLIE

View File

@ -31,6 +31,8 @@ in {
"editor.formatOnType" = false; "editor.formatOnType" = false;
}; };
"files.insertFinalNewline" = true;
"alejandra.program" = "alejandra"; "alejandra.program" = "alejandra";
"workbench.startupEditor" = "none"; "workbench.startupEditor" = "none";