Skip to content

Commit

Permalink
Testsuite: Use .editorconfig for test/runtest
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoSchlittermann committed Oct 19, 2016
1 parent df613eb commit 1ef2730
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion test/runtest
Original file line number Diff line number Diff line change
Expand Up @@ -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 :

0 comments on commit 1ef2730

Please sign in to comment.