diff --git a/.editorconfig b/.editorconfig
index d9f5985b38a1a7bed21654eb1178b3412c73106f..4b100144d125236365e3089d5ca4476a7158b88c 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,11 +5,11 @@ insert_final_newline = true
 indent_style = space
 indent_size = 4
 
-[{*.mod, *.dtd, *.ent, *.elt}]
+[{*.mod,*.dtd,*.ent,*.elt}]
 indent_style = space
 indent_size = 2
 
-[{*.jhm, *.rng, *.wsdl, *.fxml, *.xslt, *.jrxml, *.ant, *.xul, *.xsl, *.xsd, *.tld, *.jnlp, *.xml}]
+[{*.jhm,*.rng,*.wsdl,*.fxml,*.xslt,*.jrxml,*.ant,*.xul,*.xsl,*.xsd,*.tld,*.jnlp,*.xml}]
 indent_style = space
 indent_size = 2
 
@@ -21,10 +21,10 @@ indent_size = 2
 indent_style = space
 indent_size = 2
 
-[{*.kts, *.kt}]
+[{*.kts,*.kt}]
 indent_style = space
 indent_size = 2
 
-[{*.yml, *.yaml}]
+[{*.yml,*.yaml}]
 indent_style = space
 indent_size = 2