mirror of
https://github.com/emilk/egui.git
synced 2026-07-11 09:08:53 +00:00
.vscode/settings.json: insertFinalNewline and trimTrailingWhitespace
For when people make PR:s touching .toml, .md files
This commit is contained in:
Vendored
+3
-1
@@ -1,3 +1,5 @@
|
||||
{
|
||||
"editor.formatOnSave": true
|
||||
"files.insertFinalNewline": true,
|
||||
"editor.formatOnSave": true,
|
||||
"files.trimTrailingWhitespace": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user