mirror of
https://github.com/skylot/jadx.git
synced 2024-11-27 06:31:15 +00:00
21 lines
335 B
INI
21 lines
335 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
indent_style = tab
|
|
tab_width = 4
|
|
continuation_indent_size = 8 #IntelliJ Idea specific workaround
|
|
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.bat]
|
|
end_of_line = crlf
|