fix: auto fixes

This commit is contained in:
pre-commit-ci[bot] 2025-06-29 13:39:37 +00:00
parent c7f04f1f9e
commit 2285ff7719

View file

@ -1,7 +1,9 @@
@tool
extends EditorPlugin
var pty_supported := OS.get_name() in ["Linux", "FreeBSD", "NetBSD", "OpenBSD", "BSD", "macOS", "Windows"]
var pty_supported := (
OS.get_name() in ["Linux", "FreeBSD", "NetBSD", "OpenBSD", "BSD", "macOS", "Windows"]
)
var asciicast_import_plugin
var xrdb_import_plugin
var terminal_panel: Control