From 37ff7ed991b01819d85b1137239ca0162655d125 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sat, 25 Feb 2023 21:49:30 +0200 Subject: [PATCH] editorconfig: change indent_size to 4 for js,ts,json,html,cshtml (#14090) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 88d8c320c..79fb06603 100644 --- a/.editorconfig +++ b/.editorconfig @@ -75,7 +75,7 @@ indent_size=2 # JavaScript/HTML [*.{js,ts,json,html,cshtml}] -indent_size=2 +indent_size=4 # Code files [*.{cs,csx,vb,vbx}]