Skip to content

Commit 4823752

Browse files
committed
Merge branch 'master' into develop
2 parents 16ca983 + 622b4fe commit 4823752

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Examples:
107107
All the above parameters can also be persisted in a [.netconfig](https://dotnetconfig.org) file, under a `[ReportGenerator]`
108108
section. Examples:
109109

110-
```
110+
```gitconfig
111111
[ReportGenerator]
112112
reports = coverage.xml
113113
targetdir = "C:\report"
@@ -118,7 +118,7 @@ section. Examples:
118118

119119
All the plural options can also be specified as multiple singular entries, like:
120120

121-
```
121+
```gitconfig
122122
[ReportGenerator]
123123
report = coverage1.xml
124124
report = coverage2.xml
@@ -172,7 +172,7 @@ project:
172172

173173
Given the following `.netconfig`:
174174

175-
```
175+
```gitconfig
176176
[ReportGenerator]
177177
reporttypes = Html;Latex
178178
targetdirectory = report

0 commit comments

Comments
 (0)