mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Set clang-format RemoveSemicolon rule to true
- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
@@ -500,8 +500,8 @@ Vector<ScriptLanguage::StackInfo> CSharpLanguage::debug_get_current_stack_info()
|
||||
}
|
||||
_recursion_flag_ = true;
|
||||
SCOPE_EXIT {
|
||||
_recursion_flag_ = false;
|
||||
};
|
||||
_recursion_flag_ = false; // clang-format off
|
||||
}; // clang-format on
|
||||
|
||||
if (!gdmono || !gdmono->is_runtime_initialized()) {
|
||||
return Vector<StackInfo>();
|
||||
|
||||
Reference in New Issue
Block a user