File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Examples:
108108All the above parameters can also be persisted in a [ .netconfig] ( https://dotnetconfig.org ) file, under a ` [ReportGenerator] `
109109section. Examples:
110110
111- ```
111+ ``` gitconfig
112112[ReportGenerator ]
113113reports = coverage.xml
114114targetdir = " C:\r eport"
@@ -119,7 +119,7 @@ section. Examples:
119119
120120All the plural options can also be specified as multiple singular entries, like:
121121
122- ```
122+ ```gitconfig
123123[ReportGenerator ]
124124report = coverage1.xml
125125report = coverage2.xml
@@ -173,7 +173,7 @@ project:
173173
174174Given the following `.netconfig`:
175175
176- ```
176+ ```gitconfig
177177[ReportGenerator ]
178178 reporttypes = Html ; Latex
179179 targetdirectory = report
You can’t perform that action at this time.
0 commit comments