mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 16:14:22 +00:00
12 lines
153 B
INI
12 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
|