Skip to content

Commit bf78945

Browse files
author
Muhammad Rehan Saeed
committed
Update .editorconfig
1 parent f2ad80b commit bf78945

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.editorconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Version: 1.0.2 (Using https://semver.org/)
2-
# Updated: 2019-05-22
1+
# Version: 1.0.3 (Using https://semver.org/)
2+
# Updated: 2019-06-28
33
# See https://github.com/RehanSaeed/EditorConfig for updates to this file.
44
# See http://EditorConfig.org for more information about .editorconfig files.
55

@@ -169,7 +169,7 @@ csharp_space_after_cast = false
169169
csharp_space_after_keywords_in_control_flow_statements = true
170170
csharp_space_between_method_declaration_parameter_list_parentheses = false
171171
csharp_space_between_method_call_parameter_list_parentheses = false
172-
csharp_space_between_parentheses = expressions
172+
csharp_space_between_parentheses = false
173173
csharp_space_before_colon_in_inheritance_clause = true
174174
csharp_space_after_colon_in_inheritance_clause = true
175175
csharp_space_around_binary_operators = before_and_after

0 commit comments

Comments
 (0)