浏览代码

Fixed formatting for Haiku cc files

Sam Lantinga 2 年之前
父节点
当前提交
a1e101e898
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .editorconfig

+ 1 - 1
.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