From 5280d124409fc87418e3bdf7a04e3985ae6dea89 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 11 Aug 2024 07:07:34 +0300 Subject: [PATCH] .editorconfig: fix typo of missing asterisk --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1e2ed95..c08b9b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ indent_style = space indent_size = 2 max_line_length = 78 -[.json] +[*.json] indent_style = tab indent_size = tab