Whyfi-eSIM/.editorconfig
septs 7e1c4907bb style: reformat all files (#268)
Reviewed-on: PeterCxy/OpenEUICC#268
Co-authored-by: septs <github@septs.pw>
Co-committed-by: septs <github@septs.pw>
2025-12-02 04:13:18 +01:00

22 lines
291 B
INI

root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
[*.{kt,java}]
indent_size = 4
[*.gradle.kts]
indent_size = 4
[*.xml]
indent_size = 4
[.idea/**/*.xml]
indent_size = 2