Skip to content

Commit 673bbdb

Browse files
authored
Merge pull request #2355 from tiesmaster/master
Fix incorrect default value added in #2310
2 parents 504b019 + 1ed6964 commit 673bbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/editorconfig-code-style-settings-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ The following table shows the rule name, applicable languages, default value, an
14271427
| Rule name | Applicable languages | Visual Studio default | Visual Studio 2017 version |
14281428
| ----------- | -------------------- | ----------------------| ---------------- |
14291429
| dotnet_sort_system_directives_first | C# and Visual Basic | true | 15.3 |
1430-
| dotnet_separate_import_directive_groups | C# and Visual Basic | true | 15.5 |
1430+
| dotnet_separate_import_directive_groups | C# and Visual Basic | false | 15.5 |
14311431

14321432
**dotnet\_sort\_system\_directives_first**
14331433

0 commit comments

Comments
 (0)