mirror of
https://github.com/rekryt/iplist.git
synced 2025-08-06 19:24:51 +02:00
43 lines
617 B
INI
43 lines
617 B
INI
[*]
|
|
charset=utf-8
|
|
end_of_line=lf
|
|
insert_final_newline=false
|
|
indent_style=space
|
|
tab_width=4
|
|
|
|
[*.vue]
|
|
indent_style=space
|
|
indent_size=4
|
|
|
|
[*.scss]
|
|
indent_style=space
|
|
indent_size=4
|
|
|
|
[*.json]
|
|
indent_style=space
|
|
indent_size=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
|
|
|
|
[.editorconfig]
|
|
indent_style=space
|
|
indent_size=4
|
|
|
|
[{*.gy,*.groovy,*.gant,*.gdsl}]
|
|
indent_style=space
|
|
indent_size=4
|
|
|
|
[{*.ats,*.ts}]
|
|
indent_style=space
|
|
indent_size=4
|
|
|
|
[{*.yml,*.yaml}]
|
|
indent_style=space
|
|
indent_size=4
|
|
|