From caa2a05bf43fc9d73033a2af8f16e76954fe1772 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 26 May 2021 15:19:40 +0200 Subject: [PATCH] :wrench: restore .editorconfig Was moved to /test by mistake And also editorconfig syntax was removed :( Those mistakes were done in 7f15eed9 Thanks Molkobain, good catch ! --- test/.editorconfig => .editorconfig | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) rename test/.editorconfig => .editorconfig (98%) diff --git a/test/.editorconfig b/.editorconfig similarity index 98% rename from test/.editorconfig rename to .editorconfig index 3c942ac0e..bdd599d30 100644 --- a/test/.editorconfig +++ b/.editorconfig @@ -69,7 +69,16 @@ ij_twig_spaces_inside_comments_delimiters = true ij_twig_spaces_inside_delimiters = true ij_twig_spaces_inside_variable_delimiters = true -[{*.ant,*.fxml,*.jhm,*.jnlp,*.jrxml,*.rng,*.tld,*.wsdl,*.xml,*.xsd,*.xsl,*.xslt,*.xul,phpunit.xml.dist}] +[.editorconfig] +ij_visual_guides = none +ij_editorconfig_align_group_field_declarations = false +ij_editorconfig_space_after_colon = false +ij_editorconfig_space_after_comma = true +ij_editorconfig_space_before_colon = false +ij_editorconfig_space_before_comma = false +ij_editorconfig_spaces_around_assignment_operators = true + +[{*.ant, *.fxml, *.jhm, *.jnlp, *.jrxml, *.rng, *.tld, *.wsdl, *.xml, *.xsd, *.xsl, *.xslt, *.xul, phpunit.xml.dist}] indent_size = 2 tab_width = 2 ij_smart_tabs = true