mirror of
https://github.com/iBotPeaches/Apktool.git
synced 2024-11-23 04:30:04 +00:00
Add .editorconfig rules
This commit is contained in:
parent
94ed86db28
commit
7ff89c4f44
@ -1,3 +1,5 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_size = 4
|
||||
@ -5,5 +7,8 @@ indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.java]
|
||||
ij_java_use_single_class_imports = true
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
|
Loading…
Reference in New Issue
Block a user