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

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
# Real-Tab indents by default, width 4
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4

# Set default charset
[*.{yml,php,xml,json}]
charset = utf-8

[*.yml]
indent_style = space
indent_size = 2
