2024-07-23 16:33:12 +02:00
|
|
|
# https://editorconfig.org
|
2017-04-13 23:36:11 +02:00
|
|
|
root = true
|
|
|
|
|
2024-07-23 16:33:12 +02:00
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
end_of_line = lf
|
2017-04-13 23:36:11 +02:00
|
|
|
charset = utf-8
|
2024-07-23 16:33:12 +02:00
|
|
|
trim_trailing_whitespace = true
|
2017-04-13 23:36:11 +02:00
|
|
|
insert_final_newline = true
|
2024-07-23 16:33:12 +02:00
|
|
|
|
|
|
|
[*.{java,scala,groovy,kt,kts}]
|
|
|
|
indent_size = 4
|
|
|
|
|
|
|
|
[*.gradle]
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|