diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-10-20 00:14:08 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-10-20 00:48:29 +0200 |
commit | 1ef2730eb3d31c57a088b0491dfb5096f65b289a (patch) | |
tree | f363bd5e95f368a362f526cdb3737ab61bb92f68 /.editorconfig | |
parent | df613eb4a1b386c3b57baf09a25511894460b9b1 (diff) |
Testsuite: Use .editorconfig for test/runtest
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 9 |
1 files changed, 6 insertions, 3 deletions
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] |