We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d0d7e commit b664ba6Copy full SHA for b664ba6
1 file changed
.github/ISSUE_TEMPLATE.md
@@ -1,9 +1,9 @@
1
### Installed product versions
2
- Visual Studio: [example 2015 Professional]
3
- This extension: [example 1.1.21]
4
-- Options override: [example
+- Options override:
5
```
6
-{
+[example {
7
CamelCaseEnumerationValues = false,
8
CamelCasePropertyNames = true,
9
CamelCaseTypeNames = false,
@@ -18,9 +18,8 @@
18
IndentTab = false,
19
IndentTabSize = 2,
20
UseNamespace = true,
21
-}
+}]
22
23
-]
24
25
### Description
26
Replace this text with a short description
0 commit comments