Skip to content

Commit 0bd252c

Browse files
committed
chore: change markdown formatting tabwidth to 2 spaces
1 parent 2018067 commit 0bd252c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.prettierrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ module.exports = {
1111
tabWidth: 2
1212
}
1313
},
14+
{
15+
files: ['*.md'],
16+
options: {
17+
tabWidth: 2
18+
}
19+
},
1420
{
1521
files: ['**/datascience/serviceRegistry.ts'],
1622
options: {

0 commit comments

Comments
 (0)