diff --git a/.editorconfig b/.editorconfig index 8bce75f..b998428 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,11 +3,6 @@ # top-most EditorConfig file root = true -# 4 space indentation -[*.rs] -indent_style = tab -indent_size = 4 - -[*.sh] -indent_style = tab +[{*.sh, *.rs}] +indent_style = space indent_size = 4