# EditorConfig is awesome: http://EditorConfig.org

[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[{setup.txt,.constants.txt,*.typoscript}]
indent_style = space
indent_size = 2

[*.php]
indent_style = space
indent_size = 4

[*.jade]
indent_size = 2

[*.{scss,css,less}]
indent_size = 2
indent_style = space

[*.{js,json}]
indent_size = 2
indent_style = space

[*.xlf]
indent_style = tab

[*.xml]
indent_style = tab

[Makefile]
indent_style = tab

[*.{yaml,yml}]
indent_size = 2
indent_style = space
