From 2fccbb32f96efb14ec5a6e8d95cd3d744db17e75 Mon Sep 17 00:00:00 2001 From: Vexatos Date: Sat, 20 Oct 2018 11:57:41 +0200 Subject: [PATCH] Added crystal to .editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) 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