From 67003a520aad3aa1ec4855490b929004dd72af54 Mon Sep 17 00:00:00 2001 From: Vinod Date: Sun, 2 Oct 2022 11:57:13 +0530 Subject: [PATCH] added .vscode .gitignore --- .gitignore | 3 ++- .vscode/settings.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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