Skip to content
Snippets Groups Projects
Unverified Commit 254a55dc authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: editorconfig

parent 2bea39e5
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment