added .vscode .gitignore

This commit is contained in:
Vinod
2022-10-02 11:57:13 +05:30
parent 5c767f311e
commit 67003a520a
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
{
"dart.lineLength": 100
"dart.lineLength": 100,
"diffEditor.ignoreTrimWhitespace": true,
}