# Top-most editorconfig file
root = true

[*]
# Unix-style newlines
end_of_line = lf
# Set default charset
charset = utf-8
# Tab indentation and size
indent_style = tab
indent_size = 4
