# Settings in .editorconfig should match checkstyle config

root = true

[*]
charset = utf-8
max_line_length = 120

[*.kt]
ktlint_code_style = android_studio
ktlint_function_naming_ignore_when_annotated_with = Composable
