Add json rules to .editorconfig

This commit is contained in:
Oleg Kalachev 2024-07-30 07:46:15 +03:00
parent 6ef8820770
commit 0b977aee28

View File

@ -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