1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-10-17 06:47:35 +00:00
hella-farm/.editorconfig

12 lines
153 B
INI
Raw Normal View History

2024-04-13 01:08:16 +00:00
# https://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
# GDScript requires tab indentation
[*.gd]
indent_style = tab