Move all readConfig/Sync test files to test/config directory.

This commit is contained in:
David Anson 2018-05-20 21:37:05 -07:00
parent 43a50c4cad
commit 11b19f141c
4 changed files with 27 additions and 22 deletions

View file

@ -0,0 +1,4 @@
{
"no-hard-tabs": false,
"whitespace": false
}

View file

@ -0,0 +1,6 @@
{
"extends": "config-parent.json",
"MD003": { "style": "atx_closed" },
"MD007": { "indent": 2 },
"no-hard-tabs": false
}

View file

@ -0,0 +1,7 @@
{
"extends": "config-child.json",
"MD003": false,
"MD007": { "indent": 4 },
"no-hard-tabs": true,
"line-length": { "line_length": 200 }
}