From 545cf99a0cf4b35d90fc715ec50452cb18d98c4c Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Tue, 29 Apr 2025 17:43:27 +0200 Subject: [PATCH] Add JS to editorconfig Uses tabs for JS files Signed-off-by: Ralph Sennhauser --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 828f41506a..601dc00b4b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,9 @@ trim_trailing_whitespace = true indent_size = 4 indent_style = space +[*.{js,mjs}] +indent_style = tab + [*.py] indent_size = 4 indent_style = space