mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
30 lines
832 B
JSON
30 lines
832 B
JSON
{
|
|
"cmake.configureOnOpen": false,
|
|
"cSpell.words": [
|
|
"acousticness",
|
|
"ambiguate",
|
|
"Amoled",
|
|
"Buildless",
|
|
"danceability",
|
|
"fuzzywuzzy",
|
|
"gapless",
|
|
"instrumentalness",
|
|
"Mpris",
|
|
"RGBO",
|
|
"riverpod",
|
|
"Scrobblenaut",
|
|
"skeletonizer",
|
|
"songlink",
|
|
"speechiness",
|
|
"Spotube",
|
|
"titlebar",
|
|
"winget"
|
|
],
|
|
"editor.formatOnSave": true,
|
|
"explorer.fileNesting.enabled": true,
|
|
"explorer.fileNesting.patterns": {
|
|
"pubspec.yaml": "pubspec.lock,analysis_options.yaml,.packages,.flutter-plugins,.flutter-plugins-dependencies,flutter_launcher_icons*.yaml,flutter_native_splash*.yaml",
|
|
"README.md": "LICENSE,CODE_OF_CONDUCT.md,CONTRIBUTING.md,SECURITY.md,CONTRIBUTION.md,CHANGELOG.md,PRIVACY_POLICY.md",
|
|
"*.dart": "${capture}.g.dart,${capture}.freezed.dart",
|
|
}
|
|
} |