Add VSCode settings file

This commit is contained in:
Thomas Ricouard 2024-10-28 10:42:47 +01:00
parent 322803bf1a
commit 42f880aaa8
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View file

@ -92,4 +92,3 @@ iOSInjectionProject/
IceCubesApp.xcconfig
*.resolved
buildServer.json
.vscode/settings.json

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"[swift]": {
"editor.defaultFormatter": "sweetpad.sweetpad",
"editor.formatOnSave": true,
},
}