You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
This commit is contained in:
@@ -31,12 +31,10 @@
|
||||
#include "collision_polygon_2d_editor_plugin.h"
|
||||
|
||||
Node2D *CollisionPolygon2DEditor::_get_node() const {
|
||||
|
||||
return node;
|
||||
}
|
||||
|
||||
void CollisionPolygon2DEditor::_set_node(Node *p_polygon) {
|
||||
|
||||
node = Object::cast_to<CollisionPolygon2D>(p_polygon);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user