Skip to content

Commit

Permalink
chore: add vscode/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
halildurmus committed Jul 27, 2024
1 parent 61579b4 commit f366008
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
*.iml
**/.idea/

# Visual Studio Code related files.
**/.vscode/

# Library packages shouldn't check in their pubspec.lock files.
**/pubspec.lock

Expand Down
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"markdownlint.config": {
"MD033": false,
"MD041": false
}
}

0 comments on commit f366008

Please sign in to comment.