We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4866d3 commit 622b4feCopy full SHA for 622b4fe
README.md
@@ -108,7 +108,7 @@ Examples:
108
All the above parameters can also be persisted in a [.netconfig](https://dotnetconfig.org) file, under a `[ReportGenerator]`
109
section. Examples:
110
111
-```
+```gitconfig
112
[ReportGenerator]
113
reports = coverage.xml
114
targetdir = "C:\report"
@@ -119,7 +119,7 @@ section. Examples:
119
120
All the plural options can also be specified as multiple singular entries, like:
121
122
123
124
report = coverage1.xml
125
report = coverage2.xml
@@ -173,7 +173,7 @@ project:
173
174
Given the following `.netconfig`:
175
176
177
178
reporttypes = Html;Latex
179
targetdirectory = report
0 commit comments