From 3fb229a71d4e3c184ea5d03e158568b50404fe66 Mon Sep 17 00:00:00 2001 From: tiosgz Date: Sun, 22 Oct 2023 10:48:30 +0000 Subject: [PATCH] editorconfig: reflect state of bash completion --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 757a68b..90cc5f1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,7 @@ indent_size = 2 [*.scd] indent_style = tab indent_size = 4 + +[completions/bash/*] +indent_style = tab +indent_size = 4