You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
This commit is contained in:
@@ -101,13 +101,11 @@ Error ResourceFormatSaverPluginScript::save(const String &p_path, const RES &p_r
|
||||
}
|
||||
|
||||
void ResourceFormatSaverPluginScript::get_recognized_extensions(const RES &p_resource, List<String> *p_extensions) const {
|
||||
|
||||
if (Object::cast_to<PluginScript>(*p_resource)) {
|
||||
p_extensions->push_back(_language->get_extension());
|
||||
}
|
||||
}
|
||||
|
||||
bool ResourceFormatSaverPluginScript::recognize(const RES &p_resource) const {
|
||||
|
||||
return Object::cast_to<PluginScript>(*p_resource) != NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user