summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/.editorconfig
blob: 640c2050937d528a65d2f58a7ae815e1739a7916 (plain)
1
2
3
4
5
6
7
8
[*.gd]
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.out]
insert_final_newline = true