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