Skip to content

Commit

Permalink
Remove space preventing editorconfig settings from applying to vb files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilchie committed Feb 9, 2017
1 parent 31fb443 commit e5826af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ indent_size = 2
indent_size = 2

# Dotnet code style settings:
[*.{cs, vb}]
[*.{cs,vb}]
# Sort using and Import directives with System.* appearing first
dotnet_sort_system_directives_first = true
# Avoid "this." and "Me." if not necessary
Expand Down

0 comments on commit e5826af

Please sign in to comment.