From 751f89bca23384fd099c06f382d1f03a32fba7e3 Mon Sep 17 00:00:00 2001 From: a2ray <52647259+a2ray@users.noreply.github.com> Date: Tue, 5 Apr 2022 15:07:19 +1000 Subject: [PATCH] Update .editorconfig --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 5ff9f04f..c074b9fd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,3 @@ -indent_style = tab +[*.jl] indent_size = 4 +indent_style = space