You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Set clang-format RemoveSemicolon rule to true
- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
@@ -1101,7 +1101,7 @@ void TreeItem::clear_children() {
|
||||
first_child = nullptr;
|
||||
last_child = nullptr;
|
||||
children_cache.clear();
|
||||
};
|
||||
}
|
||||
|
||||
int TreeItem::get_index() {
|
||||
int idx = 0;
|
||||
@@ -4829,7 +4829,7 @@ void Tree::clear() {
|
||||
_determine_hovered_item();
|
||||
|
||||
queue_redraw();
|
||||
};
|
||||
}
|
||||
|
||||
void Tree::set_hide_root(bool p_enabled) {
|
||||
if (hide_root == p_enabled) {
|
||||
|
||||
Reference in New Issue
Block a user