From 8f871af38d05a73065ce3041dd448424d8bb625a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 28 Nov 2020 09:28:01 -0500 Subject: Add scm files to editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 9fe9e70..e86f731 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ trim_trailing_whitespace = true charset = utf-8 max_line_length = 80 -[*.{hs,nix}] +[*.{hs,nix,scm}] indent_size = 2 [*.py] -- cgit v1.2.3