Skip to content

Commit 6b03468

Browse files
committed
Move charset setting to .editorconfig root
I bumped into an issue with dotnet format. See: dotnet/sdk#46780
1 parent 490d131 commit 6b03468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
root = true
2+
charset = utf-8
23

34
# All files
45
[*]
56
end_of_line = lf
67
indent_style = space
7-
charset = utf-8
88

99
# Xml files
1010
[*.xml]

0 commit comments

Comments
 (0)