From 823144099bbcceda6b77359e7031b4367a032dea Mon Sep 17 00:00:00 2001 From: Matt Creaser Date: Thu, 8 Aug 2024 12:58:18 -0300 Subject: [PATCH] Use android studio code style --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 7b8a8aa853..a37bf220da 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