diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4f1aeb8..0daa905 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -28,7 +28,10 @@ // Set *default* container specific settings.json values on container create. "settings": { - "omnisharp.useGlobalMono": "always" + "omnisharp.useGlobalMono": "always", + "csharp.format.enable": true, + "editor.formatOnType": true, + "editor.formatOnSave": true }, // Add the IDs of extensions you want installed when the container is created.