From 86064ef244d4b1d34f29792fe46b6839e6885035 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Fri, 4 Apr 2025 08:27:03 +0000 Subject: [PATCH] chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@9c0c77dd60199048b4885a8ac776793c4045f5ca Reference-to: stackabletech/operator-templating@9c0c77d (Fix Rust formatting on save in vscode) --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index ddcd8aac..75be60a6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,8 @@ "rust-analyzer.rustfmt.overrideCommand": [ "rustfmt", "+nightly-2025-01-15", + "--edition", + "2024", "--" ], }