From 6354cd95f62a76c75de01028d38529e75da88882 Mon Sep 17 00:00:00 2001 From: Sotiri Bakagiannis Date: Tue, 1 Jun 2021 17:47:01 +0100 Subject: [PATCH] editorconfig: use tabs with .cjs files --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5bdb774..940b291 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,7 @@ indent_style = space indent_style = tab indent_size = 4 -# HTML+CSS/JS files -[*.{html,js}] +# HTML+CSS/JS files +[*.{html,js,cjs}] indent_style = tab indent_size = 2