mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
}
|
||||
|
||||
Variant fieldwise_assign(const Variant &p_target, const Variant &p_source, const String &p_field) {
|
||||
|
||||
ERR_FAIL_COND_V(p_target.get_type() != p_source.get_type(), p_target);
|
||||
|
||||
/* clang-format makes a mess of this macro usage */
|
||||
|
||||
Reference in New Issue
Block a user