[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=tab
tab_width=4

[{*.jhm,*.rng,*.qrc,*.wsdl,*.fxml,*.xslt,*.jrxml,*.ant,*.xul,*.xsl,*.xsd,*.tld,*.jnlp,*.xml}]
indent_style=space
indent_size=4

[*.svg]
indent_style=space
indent_size=4

[*.csv]
tab_width=1

[.editorconfig]
indent_style=space
indent_size=4

[{*.cql,*.ddl,*.sql}]
indent_style=space
indent_size=4

[*.conf]
indent_style=space
indent_size=2

[*.rst]
indent_style = space
indent_size = 3

[*.yml]
indent_style = space
indent_size = 2

[*.py]
indent_style = space
indent_size = 4
