php-kilo/src/constants.php

10 lines
320 B
PHP
Raw Normal View History

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