diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3cc3219 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = false +insert_final_newline = false +quote_type = single diff --git a/composer.json b/composer.json index 1089dd7..9466281 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,11 @@ "autoload": { "psr-4": { "Leaf\\": "src" - } + }, + "files": [ + "src/scripts.php" + ] }, "minimum-stability": "dev", - "prefer-stable": true + "prefer-stable": true } diff --git a/src/scripts.php b/src/scripts.php new file mode 100644 index 0000000..c9fc1b8 --- /dev/null +++ b/src/scripts.php @@ -0,0 +1,5 @@ +