From 8d41f7aa6b6702d9c1c3bfc372dd4c5533e88c8c Mon Sep 17 00:00:00 2001
From: Ryan <me@hackerc.at>
Date: Wed, 30 Mar 2022 18:55:20 +0200
Subject: [PATCH] fix(editorconfig): correct braces (#1094)

Signed-off-by: Ryan <me@hackerc.at>
---
 .editorconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig
index 4b9db1d..ac153c8 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,6 +12,6 @@ indent_size = 4
 indent_style = unset
 indent_size = unset
 
-[*.{yml,yaml,js{,on}}]
+[*.{yml,yaml,js,json}]
 indent_style = space
 indent_size = 2