From bcdeb55fcbbbd02955e5cafd47d8d8db2670f22c Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 23 Feb 2021 17:19:10 +0100 Subject: Actions: Integration tests using bats Signed-off-by: Sean Molenaar --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 0c8f06640..05116e70f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,12 +2,20 @@ root = true [*] trim_trailing_whitespace = true +end_of_line = lf +insert_final_newline = true [*.{js,php,html}] indent_style = space indent_size = 4 charset = utf-8 +[*.bats] +indent_style = space +indent_size = 2 +charset = utf-8 + [Makefile] indent_style = tab indent_size = 4 + -- cgit v1.2.3