diff --git a/.zed/settings.json b/.zed/settings.json index 2e2b5f8..042dac8 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -29,7 +29,9 @@ }, "validate": true, "completion": true, - "yamlVersion": "1.2" + "format": { + "enable": true + } } } }