mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 15:44:23 +00:00
11 lines
153 B
INI
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
|