From: Heiko Schlittermann (HS12-RIPE) Date: Wed, 19 Oct 2016 22:14:08 +0000 (+0200) Subject: Testsuite: Use .editorconfig for test/runtest X-Git-Tag: exim-4_88_RC3~14 X-Git-Url: https://git.exim.org/users/jgh/exim.git/commitdiff_plain/1ef2730eb3d31c57a088b0491dfb5096f65b289a Testsuite: Use .editorconfig for test/runtest --- diff --git a/.editorconfig b/.editorconfig index a781a03ae..90ad8b43a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,12 +16,15 @@ root = true [*] end_of_line = lf insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +tab_width = 8 [*.{c,h}{,-*}] -indent_style = space indent_size = 2 -tab_width = 8 -trim_trailing_whitespace = true + +[runtest] +indent_size = 2 # Tab indentation (no size specified) [Makefile] diff --git a/test/runtest b/test/runtest index a66c589f8..343630972 100755 --- a/test/runtest +++ b/test/runtest @@ -3922,4 +3922,3 @@ tests_exit(-1, "No runnable tests selected") if @test_list == 0; tests_exit(0); # End of runtest script -# vim: set sw=2 et :