mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 00:43:46 +00:00
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
This commit is contained in:
parent
64a63e0861
commit
b5e1e05ef2
1439 changed files with 1 additions and 34187 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue