Skip to content

Instantly share code, notes, and snippets.

@VB10
Created July 8, 2023 23:40
Show Gist options
  • Save VB10/43efabe0cd5a59d74c96fd39d633b808 to your computer and use it in GitHub Desktop.
Save VB10/43efabe0cd5a59d74c96fd39d633b808 to your computer and use it in GitHub Desktop.
vb10 vscode
"explorer.fileNesting.patterns": {
"pubspec.yaml": ".flutter-plugins, .packages, .dart_tool, .flutter-plugins-dependencies, .metadata, .packages, pubspec.lock, build.yaml, analysis_options.yaml, all_lint_rules.yaml",
".gitignore": ".gitattributes, .gitmodules, .gitmessage, .mailmap, .git-blame*",
"readme.*": "authors, backers.md, changelog*, citation*, code_of_conduct.md, codeowners, contributing.md, contributors, copying, credits, governance.md, history.md, license*, maintainers, readme*, security.md, sponsors.md",
"*.dart": "$(capture).g.dart, $(capture).freezed.dart",
},
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment