mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-02 17:29:17 +02:00
24 lines
307 B
INI
24 lines
307 B
INI
# EditorConfig (https://editorconfig.org/)
|
|
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
|
|
[*.java]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.c]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.gradle]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.sh]
|
|
indent_style = space
|
|
indent_size = 4
|