Skip to content

Commit e3bb263

Browse files
committed
.editorconfig: Changed .md files to use 2 space indents to match "normal" GitHub and Prettier rules.
1 parent 829ba7d commit e3bb263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resharper_enforce_empty_line_at_end_of_file = true
99

1010
[*.md]
1111
indent_style = space
12-
indent_size = 4
12+
indent_size = 2
1313

1414
# C# files
1515
[*.cs]

0 commit comments

Comments
 (0)