Skip to content

Commit

Permalink
Add settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander committed Feb 6, 2025
1 parent 424b118 commit 79bc648
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project.lock.json
nupkg/

# Visual Studio Code
.vscode/
.vscode/*
!.vscode/settings.json

# Rider
Expand Down
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"markdownlint.lintWorkspaceGlobs": [
"**/*.{md,mkd,mdwn,mdown,markdown,markdn,mdtxt,mdtext,workbook}",
"!**/api-diff/**"
],
"markdownlint.config": {
"MD013": false
}
}

0 comments on commit 79bc648

Please sign in to comment.