diff --git a/.editorconfig b/.editorconfig index 19ae126..d3de648 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,8 @@ indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true [*.md] indent_size = 2 diff --git a/phpunit-watcher.yml b/phpunit-watcher.yml index d31e912..5b5fe13 100644 --- a/phpunit-watcher.yml +++ b/phpunit-watcher.yml @@ -10,4 +10,4 @@ notifications: phpunit: binaryPath: ./vendor/bin/phpunit arguments: '--stop-on-failure' - timeout: 180 \ No newline at end of file + timeout: 180