From 389a87ffe29af25f420b0e44d0def016db8057f0 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Thu, 11 Jan 2018 18:29:29 +0000 Subject: [PATCH] Simplify editorconfig --- .editorconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index 17ac45a..e9e018b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,12 +6,7 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true -[*.{kt}] -indent_style = tab -indent_size = 4 -continuation_indent_size = 4 - -[*.{gradle}] +[*.{kt,kts,gradle}] indent_style = space indent_size = 4 continuation_indent_size = 4