Skip to content

Instantly share code, notes, and snippets.

@amorenew
Created June 4, 2024 18:21
Show Gist options
  • Save amorenew/8401182d066628e013b1611ccb424317 to your computer and use it in GitHub Desktop.
Save amorenew/8401182d066628e013b1611ccb424317 to your computer and use it in GitHub Desktop.
My default vscode settings in .vscode/settings.json
{
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"yaml.format.singleQuote": true,
"editor.formatOnSave": true,
"editor.foldingImportsByDefault": false,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll": "always"
},
"workbench.localHistory.maxFileEntries": 300,
"workbench.localHistory.maxFileSize": 1024,
"explorer.compactFolders": false,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false,
"explorer.fileNesting.patterns": {
"*.bloc.dart": "$(capture).event.dart, $(capture).state.dart",
"*.dart": "$(capture).freezed.dart, $(capture).g.dart",
"pubspec.yaml": "lefthook.yml, devtools_options.yaml, .metadata, .packages, all_lint_rules.yaml, analysis_options.yaml, build.yaml, pubspec.lock, pubspec_overrides.yaml, .flutter-plugins, .flutter-plugins-dependencies, l10n.yaml, assets_scanner_options.yaml, dart_test.yaml, ment.iml, custom_lint.log, .gitignore, README.md,firebase.json, .firebaserc, cors.json, sonar-project.properties, .fvmrc, .useful_commands.sh, .code_gen_commands.sh",
"flavorizr.yaml": "flavorizr.yaml, flutter_launcher_icons-dev.yaml, flutter_launcher_icons-stg.yaml, flutter_launcher_icons-prod.yaml, flutter_native_splash-dev.yaml, flutter_native_splash-stg.yaml, flutter_native_splash-prod.yaml",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment