# EditorConfig: http://editorconfig.org
root = true

[*]
insert_final_newline = true

[*.{yml, json}]
indent_style = space
indent_size = 2

[*.{kt, kts, java}]
indent_size = 4
max_line_length = 100
disabled_rules = import-ordering #https://github.com/pinterest/ktlint/issues/527
