From 88eee6e4a96acd57b10410cddfd80da60ff340fc Mon Sep 17 00:00:00 2001 From: Yahnis Elsts Date: Thu, 14 Dec 2017 18:41:42 +0200 Subject: [PATCH] Add an .editorconfig (The file was generated by exporting PhpStorm code style settings.) --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1b51cad --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +[*] +charset=utf-8 +end_of_line=lf +insert_final_newline=false +indent_style=tab +tab_width=4 + +[{phpunit.xml.dist,*.jhm,*.xslt,*.xul,*.rng,*.xsl,*.xsd,*.ant,*.tld,*.fxml,*.jrxml,*.xml,*.jnlp,*.wsdl}] +indent_style=space +indent_size=4 + +[*.svg] +indent_style=space +indent_size=4 +