Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8e7dfe7

Browse files
authoredAug 30, 2021
Update .editorconfig (MicrosoftDocs#8030)
1 parent 5224494 commit 8e7dfe7

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed
 

‎.editorconfig

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ root = true
55
[*]
66
charset = utf-8
77
indent_style = space
8-
indent_size = 2
8+
indent_size = 4
99
trim_trailing_whitespace = true
10-
insert_final_newline = false
10+
insert_final_newline = true
11+
12+
# Markdown
13+
[*.md]
14+
indent_size = 2
15+
16+
# Source code
17+
[*.{cs,ps1,psd1,psm1}]
18+
indent_size = 4
19+
20+
# Xml project files
21+
[*.{xml,ps1xml}]
22+
indent_size = 2
23+
24+
# Data serialization
25+
[*.{json,yaml,yml}]
26+
indent_size = 2
27+

0 commit comments

Comments
 (0)
Please sign in to comment.