editorconfig: reflect state of bash completion

This commit is contained in:
tiosgz 2023-10-22 10:48:30 +00:00 committed by Isaac Freund
parent 57366c487f
commit 3fb229a71d
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11

View File

@ -17,3 +17,7 @@ indent_size = 2
[*.scd] [*.scd]
indent_style = tab indent_style = tab
indent_size = 4 indent_size = 4
[completions/bash/*]
indent_style = tab
indent_size = 4