You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Style: Set clang-format Standard to c++14
This commit is contained in:
@@ -133,10 +133,10 @@ class VisualScriptEditor : public ScriptEditorBase {
|
||||
String name;
|
||||
Variant::Type ret;
|
||||
bool ret_variant;
|
||||
Vector<Pair<Variant::Type, String> > args;
|
||||
Vector<Pair<Variant::Type, String>> args;
|
||||
};
|
||||
|
||||
HashMap<StringName, Ref<StyleBox> > node_styles;
|
||||
HashMap<StringName, Ref<StyleBox>> node_styles;
|
||||
StringName edited_func;
|
||||
StringName default_func;
|
||||
|
||||
@@ -154,7 +154,7 @@ class VisualScriptEditor : public ScriptEditorBase {
|
||||
|
||||
struct Clipboard {
|
||||
|
||||
Map<int, Ref<VisualScriptNode> > nodes;
|
||||
Map<int, Ref<VisualScriptNode>> nodes;
|
||||
Map<int, Vector2> nodes_positions;
|
||||
|
||||
Set<VisualScript::SequenceConnection> sequence_connections;
|
||||
|
||||
Reference in New Issue
Block a user