Skip to content

Commit d06050e

Browse files
committed
Force editorconfig + small changes
1 parent d50d7a7 commit d06050e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.editorconfig

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
root = true
22

33
[*]
4+
charset = utf-8
45
trim_trailing_whitespace = true
56
insert_final_newline = true
67
indent_style = space
78
indent_size = 4
8-
end_of_line = lf
99

1010
[*.{csproj,json,config,yml,props}]
1111
indent_size = 2
1212

13-
[*.sh]
14-
end_of_line = lf
15-
16-
[*.{cmd, bat}]
17-
end_of_line = crlf
18-
1913
csharp_style_namespace_declarations = file_scoped:suggestion

0 commit comments

Comments
 (0)