1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

[3.x] Add a simple C# .editorconfig

This commit is contained in:
Aaron Franke
2021-07-24 16:24:20 -04:00
parent 6d58ea6ce7
commit 17551fe29e
25 changed files with 72 additions and 84 deletions

View File

@@ -113,8 +113,7 @@ namespace GodotTools.IdeMessaging.CLI
}
}
ExitMainLoop:
ExitMainLoop:
await forwarder.WriteLineToOutput("Event=Quit");
}