diff --git a/.editorconfig b/.editorconfig
index 1a71ebf75dc8e9eda0690f4d8d7c649786c4b949..bd429ddbb3295aff999a22674b6ae0f583e06fe4 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,5 +1,5 @@
 [*]
-indent_style = spaces
+indent_style = space
 insert_final_newline = true
 charset = utf-8
 trim_trailing_whitespace = true
@@ -8,8 +8,6 @@ indent_size = 4
 
 [*.md]
 trim_trailing_whitespace = false
-indent_style = spaces
 
 [*.{json,yml,toml}]
-indent_style = space
 indent_size = 2