add tidy support for linux

This commit is contained in:
crazywhalecc
2023-11-21 23:12:40 +08:00
committed by Jerry Ma
parent 04f100da8b
commit 89afd44344

View File

@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
namespace SPC\builder\linux\library;
class tidy extends LinuxLibraryBase
{
use \SPC\builder\unix\library\tidy;
public const NAME = 'tidy';
}