From 189d9f2d8b54eefca6d5b4296a5dbe050226e1e3 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Wed, 17 Jun 2020 16:22:53 +0200 Subject: [PATCH] editorconfig: add scdoc config --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 0c15f6c..b67e153 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,7 @@ indent_size = 4 [*.{xml,yml}] indent_style = space indent_size = 2 + +[*.scd] +indent_style = tab +indent_size = 4