From 3426100baf33a2b372f4be6283ed80f1b40f342c Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Fri, 1 Sep 2023 10:10:08 +0600 Subject: [PATCH] chore: vscode filenesting --- .vscode/settings.json | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c4917255..c12c492a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,13 +1,19 @@ { - "cmake.configureOnOpen": false, - "cSpell.words": [ - "acousticness", - "danceability", - "instrumentalness", - "Mpris", - "riverpod", - "speechiness", - "Spotube", - "winget" - ] -} + "cmake.configureOnOpen": false, + "cSpell.words": [ + "acousticness", + "danceability", + "instrumentalness", + "Mpris", + "riverpod", + "speechiness", + "Spotube", + "winget" + ], + "editor.formatOnSave": true, + "explorer.fileNesting.enabled": true, + "explorer.fileNesting.patterns": { + "pubspec.yaml": "pubspec.lock,analysis_options.yaml,.packages,.flutter-plugins,.flutter-plugins-dependencies", + "README.md": "LICENSE,CODE_OF_CONDUCT.md,CONTRIBUTING.md,SECURITY.md,CONTRIBUTION.md,CHANGELOG.md,PRIVACY_POLICY.md", + } +} \ No newline at end of file