Skip to content

Commit 7878194

Browse files
committed
Correct indentation for rules block
1 parent e6213a6 commit 7878194

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

sharepoint/docfx.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -74,37 +74,37 @@
7474
},
7575
"template": [],
7676
"dest": "sharepointps"
77-
},
78-
"rules": {
79-
"filename-incomplete": {
80-
"exclude": [
81-
"**/*.md",
82-
"**.*.yml"
83-
]
84-
},
85-
"image-name-incomplete": {
86-
"exclude": [
87-
"**/*.gif",
88-
"**/*.jpeg",
89-
"**/*.jpg",
90-
"**/*.png",
91-
"**/*.svg"
92-
]
93-
},
94-
"image-structure-incorrect": {
95-
"exclude": [
96-
"**/*.gif",
97-
"**/*.jpeg",
98-
"**/*.jpg",
99-
"**/*.png",
100-
"**/*.svg"
101-
]
102-
},
103-
"include-structure-incorrect": {
104-
"exclude": [
105-
"**/*.md",
106-
"**.*.yml"
107-
]
77+
},
78+
"rules": {
79+
"filename-incomplete": {
80+
"exclude": [
81+
"**/*.md",
82+
"**/*.yml"
83+
]
84+
},
85+
"image-name-incomplete": {
86+
"exclude": [
87+
"**/*.gif",
88+
"**/*.jpeg",
89+
"**/*.jpg",
90+
"**/*.png",
91+
"**/*.svg"
92+
]
93+
},
94+
"image-structure-incorrect": {
95+
"exclude": [
96+
"**/*.gif",
97+
"**/*.jpeg",
98+
"**/*.jpg",
99+
"**/*.png",
100+
"**/*.svg"
101+
]
102+
},
103+
"include-structure-incorrect": {
104+
"exclude": [
105+
"**/*.md",
106+
"**/*.yml"
107+
]
108+
}
108109
}
109-
}
110110
}

0 commit comments

Comments
 (0)