From 42f880aaa8964d3e7f568bafdc36d900c2960d44 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Mon, 28 Oct 2024 10:42:47 +0100 Subject: [PATCH] Add VSCode settings file --- .gitignore | 1 - .vscode/settings.json | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 80ff8b87..fd59219a 100644 --- a/.gitignore +++ b/.gitignore @@ -92,4 +92,3 @@ iOSInjectionProject/ IceCubesApp.xcconfig *.resolved buildServer.json -.vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..ee7cdaa9 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "[swift]": { + "editor.defaultFormatter": "sweetpad.sweetpad", + "editor.formatOnSave": true, + }, +}