You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Set clang-format RemoveSemicolon rule to true
- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user