Explorar el Código

Fixed formatting for Haiku cc files

Sam Lantinga hace 2 años
padre
commit
a1e101e898
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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