Timothy J Warren
a0e0f80223
All checks were successful
Gitea - Tutorials/php-kilo/master This commit looks good
11 lines
318 B
PHP
11 lines
318 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace Aviat\Kilo;
|
|
|
|
// -----------------------------------------------------------------------------
|
|
// ! App Constants
|
|
// -----------------------------------------------------------------------------
|
|
const KILO_VERSION = '0.3.0';
|
|
const KILO_TAB_STOP = 4;
|
|
const KILO_QUIT_TIMES = 3;
|