mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Style: Set clang-format Standard to c++14
This commit is contained in:
parent
7e61be3cb0
commit
6e600cb3f0
248 changed files with 841 additions and 842 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue