# https://editorconfig.org

root = true

[*]
end_of_line = lf
insert_final_newline = true

# GDScript requires tab indentation
[*.gd]
indent_style = tab