From e4dec3d3d8d32b1a29b2dc32f6f2c7d62e1b99b5 Mon Sep 17 00:00:00 2001 From: "Sergio A. Vargas" Date: Thu, 3 Oct 2024 15:41:47 -0500 Subject: [PATCH] fix(generate): add `*.scm` section to `.editorconfig` template --- cli/src/templates/.editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cli/src/templates/.editorconfig b/cli/src/templates/.editorconfig index f363cc55..7756ee95 100644 --- a/cli/src/templates/.editorconfig +++ b/cli/src/templates/.editorconfig @@ -11,6 +11,10 @@ indent_size = 2 indent_style = space indent_size = 2 +[*.scm] +indent_style = space +indent_size = 2 + [*.{c,cc,h}] indent_style = space indent_size = 4