Set clang-format RemoveSemicolon rule to true

- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
Adam Scott
2024-10-07 10:57:21 -04:00
parent 6732a0fd86
commit 0d350e7108
167 changed files with 466 additions and 465 deletions

View File

@ -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) {