Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
This commit is contained in:
@ -97,7 +97,6 @@ class ScriptInstance;
|
||||
class PlaceHolderScriptInstance;
|
||||
|
||||
class Script : public Resource {
|
||||
|
||||
GDCLASS(Script, Resource);
|
||||
OBJ_SAVE_TYPE(Script);
|
||||
|
||||
@ -233,7 +232,6 @@ struct ScriptCodeCompletionOption {
|
||||
};
|
||||
|
||||
class ScriptCodeCompletionCache {
|
||||
|
||||
static ScriptCodeCompletionCache *singleton;
|
||||
|
||||
public:
|
||||
@ -372,7 +370,6 @@ public:
|
||||
extern uint8_t script_encryption_key[32];
|
||||
|
||||
class PlaceHolderScriptInstance : public ScriptInstance {
|
||||
|
||||
Object *owner;
|
||||
List<PropertyInfo> properties;
|
||||
Map<StringName, Variant> values;
|
||||
@ -418,7 +415,6 @@ public:
|
||||
};
|
||||
|
||||
class ScriptDebugger {
|
||||
|
||||
int lines_left;
|
||||
int depth;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user