Skip to content

Commit 622b4fe

Browse files
authored
prettify readme dotconfig snippets (#390)
1 parent b4866d3 commit 622b4fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

111-
```
111+
```gitconfig
112112
[ReportGenerator]
113113
reports = coverage.xml
114114
targetdir = "C:\report"
@@ -119,7 +119,7 @@ section. Examples:
119119

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

122-
```
122+
```gitconfig
123123
[ReportGenerator]
124124
report = coverage1.xml
125125
report = coverage2.xml
@@ -173,7 +173,7 @@ project:
173173

174174
Given the following `.netconfig`:
175175

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

0 commit comments

Comments
 (0)