Skip to content

Commit

Permalink
chore: reset .vscode/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-j-morais committed Nov 28, 2024
1 parent 7307390 commit 430bb61
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions apple_passkit/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"dart.flutterTestAdditionalArgs": [],
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": true,
"explorer.fileNesting.patterns": {
"*.dart": "$(capture).*.dart",
"pubspec.yaml": "pubspec.lock,l10n.yaml,.packages,.metadata,analysis_options.yaml,.flutter-plugins,.flutter-plugins-dependencies,pubspec_overrides.yaml"
},
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
},
"editor.formatOnSave": true,
"files.insertFinalNewline": true,
"dart.flutterSdkPath": ".fvm/versions/3.24.3"
}
"dart.flutterTestAdditionalArgs": [],
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": true,
"explorer.fileNesting.patterns": {
"*.dart": "$(capture).*.dart",
"pubspec.yaml": "pubspec.lock,l10n.yaml,.packages,.metadata,analysis_options.yaml,.flutter-plugins,.flutter-plugins-dependencies,pubspec_overrides.yaml"
},
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
},
"editor.formatOnSave": true,
"files.insertFinalNewline": true
}

0 comments on commit 430bb61

Please sign in to comment.