2019-11-08 12:02:00 -05:00
|
|
|
<?php declare(strict_types=1);
|
|
|
|
|
2019-11-08 16:27:08 -05:00
|
|
|
namespace Aviat\Kilo;
|
2019-11-08 12:02:00 -05:00
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
// ! App Constants
|
|
|
|
// -----------------------------------------------------------------------------
|
2019-11-08 16:27:08 -05:00
|
|
|
define('KILO_VERSION', '0.2.0');
|
2019-11-08 12:02:00 -05:00
|
|
|
define('KILO_TAB_STOP', 4);
|
|
|
|
define('KILO_QUIT_TIMES', 3);
|