diff --git a/.editorconfig b/.editorconfig index 7b8a8aa85..a37bf220d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,4 @@ [*.{kt,kts}] #this is to match java checkstyle -max_line_length=120 \ No newline at end of file +max_line_length=120 +ktlint_code_style=android_studio