1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-10-16 06:17:35 +00:00
hella-farm/.editorconfig
2024-04-13 03:08:16 +02:00

11 lines
153 B
INI

# https://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
# GDScript requires tab indentation
[*.gd]
indent_style = tab