diff --git a/.editorconfig b/.editorconfig index 2a9284be08e..b57928d2cb3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,17 +9,17 @@ indent_style = tab indent_size = 4 [*.js] -indent_style = spaces +indent_style = space indent_size = 2 [*.fsx] -indent_style = spaces +indent_style = space indent_size = 4 [*.markdown] -indent_style = spaces +indent_style = space indent_size = 2 [*.json] -indent_style = spaces +indent_style = space indent_size = 2