diff --git a/.editorconfig b/.editorconfig index 2b09a9e33..0faa1c175 100644 --- a/.editorconfig +++ b/.editorconfig @@ -26,6 +26,11 @@ indent_size = 2 indent_style = space indent_size = 2 +# Crystal +[*.cr] +indent_style = space +indent_size = 2 + # C# [*.cs] indent_style = space