From a1e101e8983ec1fc6a80340298253c050301bd89 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 25 Jan 2023 03:03:41 -0800 Subject: [PATCH] Fixed formatting for Haiku cc files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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