Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-11T19:58:02+02:00
Commit: https://github.com/php/web-php/commit/383142443d4c71a24aabe74c4f8c85a662a90ba4 Raw diff: https://github.com/php/web-php/commit/383142443d4c71a24aabe74c4f8c85a662a90ba4.diff Enhancement: Trim trailing whitespace in all files Closes GH-633. Changed paths: M .editorconfig Diff: diff --git a/.editorconfig b/.editorconfig index cc04c0017..d646efd66 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,15 +2,14 @@ root = true [*] insert_final_newline = true +trim_trailing_whitespace = true [*.yaml] charset = utf-8 indent_size = 2 indent_style = space -trim_trailing_whitespace = true [Makefile] charset = utf-8 indent_size = 4 indent_style = tab -trim_trailing_whitespace = true -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php