From 348e93895733de36282d98f968e88c29e9c59276 Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Sun, 18 Dec 2022 19:52:48 +0100 Subject: [PATCH] editorconfig: remove now unused js exception --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index a09080c2..a0592132 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,6 +21,8 @@ indent_size = unset indent_style = space indent_size = 2 +[*.js] + [*{.json,.ecrc}] indent_style = space indent_size = 2