You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
#include "scene/gui/tree.h"
|
||||
|
||||
class SpriteFramesEditor : public HSplitContainer {
|
||||
|
||||
GDCLASS(SpriteFramesEditor, HSplitContainer);
|
||||
|
||||
ToolButton *load;
|
||||
@@ -134,7 +133,6 @@ public:
|
||||
};
|
||||
|
||||
class SpriteFramesEditorPlugin : public EditorPlugin {
|
||||
|
||||
GDCLASS(SpriteFramesEditorPlugin, EditorPlugin);
|
||||
|
||||
SpriteFramesEditor *frames_editor;
|
||||
|
||||
Reference in New Issue
Block a user