Modify editorconfig to match spotless rules (#5241)

* Modify editorconfig to match spotless rules

* Fix prop

* remove redundant charsets
This commit is contained in:
Tadgh 2023-08-24 12:12:53 -07:00 committed by GitHub
parent 318b68ee0c
commit 9ded67fb4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 9 deletions

View File

@ -3,35 +3,30 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
tab_width = 3
indent_size = 3
indent_style = space
tab_width = 4
indent_size = 4
charset = utf-8
[*.xml]
charset = utf-8
indent_style = tab
tab_width = 3
indent_size = 3
[*.json]
charset = utf-8
indent_style = tab
tab_width = 3
indent_size = 3
[*.vm]
charset = utf-8
indent_style = tab
tab_width = 3
indent_size = 3
[*.java]
charset = utf-8
indent_style = tab
tab_width = 3
indent_size = 3
continuation_indent_size=3
ij_continuation_indent_size = 4
ij_java_align_consecutive_assignments = false
ij_java_align_consecutive_variable_declarations = false
ij_java_align_group_field_declarations = false