From a6d22a5a4b4e8a4fa25bf5f68f113dd686d72e00 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Tue, 12 Dec 2023 00:24:41 -0500 Subject: [PATCH] misc: Add editorconfig info for txtar tests --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 48c0859ebd..061c0d057b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -23,3 +23,6 @@ indent_style = tab [*.mcl] indent_style = tab + +[*.txtar] +indent_style = tab