mirror of
https://github.com/YahnisElsts/plugin-update-checker.git
synced 2025-10-03 16:33:27 +08:00
Add an .editorconfig
(The file was generated by exporting PhpStorm code style settings.)
This commit is contained in:
parent
60add5f915
commit
88eee6e4a9
1 changed files with 15 additions and 0 deletions
15
.editorconfig
Normal file
15
.editorconfig
Normal file
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue