Skip to content

Commit 4351727

Browse files
committed
Updating .editorconfig to work with Visual Studio 2017
1 parent e529d0a commit 4351727

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,15 @@ indent_size = 2
3333
[*.html]
3434
indent_style = space
3535
indent_size = 2
36+
37+
[*.cs]
38+
indent_style = space
39+
indent_size = 4
40+
end_of_line = crlf
41+
charset = utf-8
42+
43+
[*.cpp]
44+
indent_style = space
45+
indent_size = 2
46+
end_of_line = crlf
47+
charset = utf-8

0 commit comments

Comments
 (0)