mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 04:34:39 +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
|
|
@ -157,7 +157,7 @@ ControlPositioningWarning::ControlPositioningWarning() {
|
|||
|
||||
void EditorPropertyAnchorsPreset::_set_read_only(bool p_read_only) {
|
||||
options->set_disabled(p_read_only);
|
||||
};
|
||||
}
|
||||
|
||||
void EditorPropertyAnchorsPreset::_option_selected(int p_which) {
|
||||
int64_t val = options->get_item_metadata(p_which);
|
||||
|
|
@ -221,7 +221,7 @@ void EditorPropertySizeFlags::_set_read_only(bool p_read_only) {
|
|||
check->set_disabled(p_read_only);
|
||||
}
|
||||
flag_presets->set_disabled(p_read_only);
|
||||
};
|
||||
}
|
||||
|
||||
void EditorPropertySizeFlags::_preset_selected(int p_which) {
|
||||
int preset = flag_presets->get_item_id(p_which);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue