From 8fe904cea7adec1e260c0cd31211064e501eed14 Mon Sep 17 00:00:00 2001 From: Shannon Date: Fri, 30 Jun 2017 17:24:48 +1000 Subject: [PATCH] changing spaces back to 4, finally in sync with mads --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e99299d699..208052cbb7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,7 @@ root=true [*] end_of_line = lf indent_style = space -indent_size = 2 +indent_size = 4 trim_trailing_whitespace = true [*.{cs,cshtml,csx,vb,vbx,vbhtml,fs,fsx,txt,ps1,sql}]