Skip to content

Commit f6cdf90

Browse files
authored
Updating default file encoding configuration (#11247)
1 parent 19c97ab commit f6cdf90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
[*.cs]
1+
[*]
2+
indent_style = space
3+
charset = utf-8
24

5+
[*.cs]
36
# SA1008: Opening parenthesis should not be preceded by a space.
47
dotnet_diagnostic.SA1008.severity = silent

0 commit comments

Comments
 (0)