You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
class CanvasItemEditor;
|
||||
|
||||
class Polygon3DEditor : public HBoxContainer {
|
||||
|
||||
GDCLASS(Polygon3DEditor, HBoxContainer);
|
||||
|
||||
UndoRedo *undo_redo;
|
||||
@@ -97,7 +96,6 @@ public:
|
||||
};
|
||||
|
||||
class Polygon3DEditorPlugin : public EditorPlugin {
|
||||
|
||||
GDCLASS(Polygon3DEditorPlugin, EditorPlugin);
|
||||
|
||||
Polygon3DEditor *collision_polygon_editor;
|
||||
|
||||
Reference in New Issue
Block a user