From d1d7cd43832c6239f405cf9eb0b33ee7dd37b3c2 Mon Sep 17 00:00:00 2001 From: John D Pell Date: Thu, 27 Jan 2022 11:30:21 -0800 Subject: [PATCH] tests: add *.bats to `.editorconfig` --- .editorconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8a181ef5..f67aa2df 100755 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,7 @@ trim_trailing_whitespace = false indent_size = tab indent_style = tab -[{**.*sh,test/run}] +[{**.*sh,test/run,**.bats}] indent_size = tab indent_style = tab @@ -29,3 +29,8 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[**.bats] +indent_size = tab +indent_style = tab +shell_variant = bats