Sync .editorconfig with SDK repo (#3509)

This commit is contained in:
Trask Stalnaker 2021-07-06 18:51:26 -07:00 committed by GitHub
parent be8a00de1d
commit 19a7970f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -452,7 +452,7 @@ ij_scala_wrap_long_lines = false
[.editorconfig] [.editorconfig]
ij_editorconfig_align_group_field_declarations = false ij_editorconfig_align_group_field_declarations = false
ij_editorconfig_space_after_colon = false ij_editorconfig_space_after_colon = false
ij_editorconfig_space_after_comma = false ij_editorconfig_space_after_comma = true
ij_editorconfig_space_before_colon = false ij_editorconfig_space_before_colon = false
ij_editorconfig_space_before_comma = false ij_editorconfig_space_before_comma = false
ij_editorconfig_spaces_around_assignment_operators = true ij_editorconfig_spaces_around_assignment_operators = true