Skip to content

Commit

Permalink
Add an .editorconfig
Browse files Browse the repository at this point in the history
(The file was generated by exporting PhpStorm code style settings.)
  • Loading branch information
YahnisElsts committed Dec 14, 2017
1 parent 60add5f commit 88eee6e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 88eee6e

Please sign in to comment.