From 8566c985d9d541a6efbb16d9b56e1c167629051e Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Mon, 26 Oct 2020 01:03:11 -0400 Subject: [PATCH] Add Scheme alongside Racket in EditorConfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5b0a40b74..4ea5e2ea9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -135,8 +135,8 @@ indent_size = 4 indent_style = space indent_size = 4 -# Racket -[*.rkt] +# Racket/Scheme +[*.{rkt,ss,scm}] indent_style = space indent_size = 2