Set clang-format RemoveSemicolon rule to true
- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
@ -359,7 +359,7 @@ public:
|
||||
for (int i = 0; i < children.size(); i++) {
|
||||
memdelete(children[i]);
|
||||
}
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
struct NodeSkeleton : public Node {
|
||||
|
||||
Reference in New Issue
Block a user