diff --git a/.editorconfig b/.editorconfig index 1fc7824c..05c620c6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ indent_style = space indent_size = 4 trim_trailing_whitespace = true -[*.{html, less, js}] +[*.{html, less, css, js}] indent_size = 2 [*.md] diff --git a/LICENSE b/LICENSE index f125584d..af953e8d 100644 --- a/LICENSE +++ b/LICENSE @@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -[http://www.gnu.org/philosophy/why-not-lgpl.html]. +[http://www.gnu.org/philosophy/why-not-lgpl.html] diff --git a/think b/think index a06f731d..f05e3fef 100644 --- a/think +++ b/think @@ -13,7 +13,7 @@ namespace think; // 加载基础文件 -require __DIR__ . '/thinkphp/base.php'; +require __DIR__ .'/thinkphp/base.php'; // 应用初始化 Container::get('app')->path(__DIR__ . '/application/')->initialize();