From 6a489eaaf3d2624d1f36ede28790b09e568fdd39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 12 May 2022 16:48:21 +0200 Subject: [PATCH] Fix editor config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index d1ab2f62d..e271c15d7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,10 @@ root = true [*] charset = utf-8 end_of_line = lf +indent_size = tab +indent_style = tab insert_final_newline = true +trim_trailing_whitespace = true [*.{js,vue}] indent_style = tab