From 828eaf32a2ae15ff61b6936578ca28b3219531e7 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Fri, 6 Oct 2023 17:10:25 +0200 Subject: [PATCH] fix: editor config used tabs still --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index fd1a90ea1..689be8085 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,7 @@ root = true # 4 space indentation for all starlark files [*.star] -indent_style = tab +indent_style = space indent_size = 4 # 4 space indentation for all python files