mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Set clang-format RemoveSemicolon rule to true
- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
parent
6732a0fd86
commit
0d350e7108
167 changed files with 466 additions and 465 deletions
|
|
@ -374,7 +374,7 @@ public:
|
|||
bool is_wrapping_controls() const;
|
||||
void child_controls_changed();
|
||||
|
||||
Window *get_exclusive_child() const { return exclusive_child; };
|
||||
Window *get_exclusive_child() const { return exclusive_child; }
|
||||
Window *get_parent_visible_window() const;
|
||||
Viewport *get_parent_viewport() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue