diff --git a/.gitignore b/.gitignore index 08fb3709..1f7b1011 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line # is commented out by default. -#.vscode/ +.vscode/ # Flutter/Dart/Pub related **/doc/api/ @@ -31,6 +31,7 @@ .pub/ /build/ + # Web related lib/generated_plugin_registrant.dart diff --git a/.vscode/settings.json b/.vscode/settings.json index 074f5899..a6032c70 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "dart.lineLength": 100 + "dart.lineLength": 100, + "diffEditor.ignoreTrimWhitespace": true, } \ No newline at end of file