From 0b977aee28fa2e87487fab6d4b99906db019345a Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 30 Jul 2024 07:46:15 +0300 Subject: [PATCH] Add json rules to .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 0dd4b38..a7a74c0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true end_of_line = lf insert_final_newline = true -[*.{ino,cpp,c,h,hpp,sdf,world}] +[*.{ino,cpp,c,h,hpp,sdf,world,json}] charset = utf-8 indent_style = tab tab_width = 4