From 96ce1c18d9795c498ea058ad0b9f21c001d00edb Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Thu, 20 Jul 2023 19:30:56 +0100 Subject: [PATCH] Simplify EditorConfig --- .editorconfig | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 01e4c06..e291365 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,11 +2,8 @@ root = true [*] charset = utf-8 +indent_style = space +indent_size = 4 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true - -[*.{kt, kts, gradle}] -indent_style = space -indent_size = 4 -continuation_indent_size = 4