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, + }, +}