Set clang-format RemoveSemicolon rule to true
- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
@ -54,9 +54,9 @@ protected:
|
||||
static void _bind_methods();
|
||||
|
||||
public:
|
||||
static SurfaceUpgradeTool *get_singleton() { return singleton; };
|
||||
static SurfaceUpgradeTool *get_singleton() { return singleton; }
|
||||
|
||||
bool is_show_requested() const { return show_requested; };
|
||||
bool is_show_requested() const { return show_requested; }
|
||||
void show_popup() { _show_popup(); }
|
||||
|
||||
void prepare_upgrade();
|
||||
|
||||
Reference in New Issue
Block a user