mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-21 16:00:59 +00:00
Add VSCode settings file
This commit is contained in:
parent
322803bf1a
commit
42f880aaa8
2 changed files with 6 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -92,4 +92,3 @@ iOSInjectionProject/
|
|||
IceCubesApp.xcconfig
|
||||
*.resolved
|
||||
buildServer.json
|
||||
.vscode/settings.json
|
||||
|
|
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"[swift]": {
|
||||
"editor.defaultFormatter": "sweetpad.sweetpad",
|
||||
"editor.formatOnSave": true,
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue