Apktool/.editorconfig

15 lines
205 B
INI
Raw Normal View History

2021-08-26 19:20:06 +02:00
root = true
2021-07-19 06:57:52 +02:00
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
2021-08-26 19:20:06 +02:00
[*.java]
ij_java_use_single_class_imports = true
2021-07-19 06:57:52 +02:00
[*.yml]
indent_size = 2