From eea5d3a24974144e4e689f2246e63f3a732eebd7 Mon Sep 17 00:00:00 2001 From: Eliot Jones Date: Tue, 16 Jan 2018 08:17:21 +0000 Subject: [PATCH] set space indentation format options in editorconfig --- src/.editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/.editorconfig b/src/.editorconfig index 6959ac7b..c6fe6fba 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -1,2 +1,4 @@ root = true -[*.cs] \ No newline at end of file +[*.cs] +indent_style = space +indent_size = 4 \ No newline at end of file