File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11### Installed product versions
22- Visual Studio: [ example 2015 Professional]
33- This extension: [ example 1.1.21]
4+ - Options override: [ example
5+ ```
6+ {
7+ CamelCaseEnumerationValues = false,
8+ CamelCasePropertyNames = true,
9+ CamelCaseTypeNames = false,
10+
11+ WebEssentials2015 = false,
12+
13+ ClassInsteadOfInterface = false,
14+ DeclareModule = false,
15+ DefaultModuleName = "Server.Dtos",
16+ EOLType = EOLType.LF,
17+ IgnoreIntellisense = true,
18+ IndentTab = false,
19+ IndentTabSize = 2,
20+ UseNamespace = true,
21+ }
22+ ```
23+ ]
424
525### Description
626Replace this text with a short description
@@ -15,4 +35,4 @@ Replace this text with a short description
1535Explain what it's doing and why it's wrong
1636
1737### Expected behavior
18- Explain what it should be doing after it's fixed.
38+ Explain what it should be doing after it's fixed.
You can’t perform that action at this time.
0 commit comments