mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-23 22:30:37 +00:00
24 lines
517 B
JSON
24 lines
517 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/.DS_Store": true,
|
|
"**/coverage": true,
|
|
"**/.happypack": true
|
|
},
|
|
"editor.renderIndentGuides": true,
|
|
"markdownlint.config": {
|
|
"MD032": false,
|
|
"MD004": false,
|
|
"MD024": false,
|
|
"MD009": false,
|
|
"MD013": false,
|
|
"MD036": false,
|
|
"MD033": false,
|
|
"MD031": false
|
|
},
|
|
"cSpell.words": ["mincount", "webscript"]
|
|
}
|