Skip to content

Commit 2c9ddc3

Browse files
committed
edits
1 parent 7aef6e7 commit 2c9ddc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/create-portable-custom-editor-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ The editor in Visual Studio supports the core set of [EditorConfig properties](h
5353
- insert_final_newline
5454
- root
5555

56-
EditorConfig supports all Visual Studio-supported languages except for XML support EditorConfig editor settings.
56+
EditorConfig supports all Visual Studio-supported languages except XML.
5757

58-
EditorConfig supports [code style](/dotnet/fundamentals/code-analysis/code-style-rule-options) conventions including [language](/dotnet/fundamentals/code-analysis/style-rules/language-rules), [formatting](/dotnet/fundamentals/code-analysis/style-rules/formatting-rules), and [naming](/dotnet/fundamentals/code-analysis/style-rules/naming-rules) conventions for C# and Visual Basic.
58+
For C# and Visual Basic, EditorConfig also supports [code-style rules](/dotnet/fundamentals/code-analysis/code-style-rule-options) including [language](/dotnet/fundamentals/code-analysis/style-rules/language-rules), [formatting](/dotnet/fundamentals/code-analysis/style-rules/formatting-rules), and [naming](/dotnet/fundamentals/code-analysis/style-rules/naming-rules). For example, you can specify a C# language rule regarding the use of var when defining variables. Or, you can specify a naming rule that async method names must include an "Async" suffix.
5959

6060
## Add and remove EditorConfig files
6161

0 commit comments

Comments
 (0)