From 1ef2730eb3d31c57a088b0491dfb5096f65b289a Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Thu, 20 Oct 2016 00:14:08 +0200 Subject: Testsuite: Use .editorconfig for test/runtest --- .editorconfig | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.editorconfig') 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] -- cgit v1.2.1