Style: Add 19.1.0 LLVM options to .clang-format

This commit is contained in:
Thaddeus Crews
2024-11-22 09:22:15 -06:00
parent f952bfe998
commit e8a4b45ce4
12 changed files with 39 additions and 19 deletions

View File

@@ -1,4 +1,3 @@
// for slow incremental optimization, we will periodically remove each
// item from the tree and reinsert, to give it a chance to find a better position
void _logic_item_remove_and_reinsert(uint32_t p_ref_id) {

View File

@@ -1,4 +1,3 @@
int _handle_get_tree_id(BVHHandle p_handle) const {
if (USE_PAIRS) {
return _extra[p_handle.id()].tree_id;

View File

@@ -1,4 +1,3 @@
public:
struct ItemRef {
uint32_t tnode_id; // -1 is invalid