You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Style: Fix whole-line commented code
They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code.
This commit is contained in:
@@ -38,7 +38,7 @@ void Path2DEditor::_notification(int p_what) {
|
||||
|
||||
case NOTIFICATION_READY: {
|
||||
|
||||
// button_create->set_icon( get_icon("Edit","EditorIcons"));
|
||||
//button_create->set_icon( get_icon("Edit","EditorIcons"));
|
||||
//button_edit->set_icon( get_icon("MovePoint","EditorIcons"));
|
||||
//set_pressed_button(button_edit);
|
||||
//button_edit->set_pressed(true);
|
||||
|
||||
Reference in New Issue
Block a user