Skip to content

Commit

Permalink
Merge pull request #572 from dahlbyk/rkeithhill/update-readme-v1
Browse files Browse the repository at this point in the history
Update README.md for v1.0.0 release
  • Loading branch information
dahlbyk authored May 7, 2018
2 parents 0512b65 + 9d0e02d commit 0a29c44
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 134 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// for the documentation about the extensions.json format
"recommendations": [
"EditorConfig.EditorConfig",
"ms-vscode.PowerShell"
"ms-vscode.PowerShell",
"DavidAnson.vscode-markdownlint"
]
}
12 changes: 11 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"editor.rulers": [ 120 ],
"powershell.scriptAnalysis.settingsPath": "PSScriptAnalyzerSettings.psd1"
"powershell.scriptAnalysis.settingsPath": "PSScriptAnalyzerSettings.psd1",
"markdownlint.config": {
"MD013": false,
"MD024": false,
"MD029": false,
"MD033": {
"allowed_elements": [ "kbd" ]
},
"MD034": false,
"MD038": false
}
}
Loading

0 comments on commit 0a29c44

Please sign in to comment.