Przeglądaj źródła

Fixed formatting for Haiku cc files

Sam Lantinga 2 lat temu
rodzic
commit
a1e101e898
1 zmienionych plików z 1 dodań i 1 usunięć
  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