diff --git a/.editorconfig b/.editorconfig index 8e66576fc..de2d6de96 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true -[*.{c,cg,cpp,gradle,h,java,m,metal,pl,py,S,sh,txt}] +[*.{c,cc,cg,cpp,gradle,h,java,m,metal,pl,py,S,sh,txt}] indent_size = 4 indent_style = space insert_final_newline = true