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