1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

.vscode/settings.json: insertFinalNewline and trimTrailingWhitespace

For when people make PR:s touching .toml, .md files
This commit is contained in:
Emil Ernerfeldt
2022-02-10 15:33:11 +01:00
parent 1ebb5ccabf
commit 815598a842

View File

@@ -1,3 +1,5 @@
{
"editor.formatOnSave": true
"files.insertFinalNewline": true,
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true
}