Files
CavesOfJolk-libgdx/.editorconfig

11 lines
175 B
INI
Raw Normal View History

2023-08-16 13:17:45 +10:00
root = true
[*.{kt,kts,java}]
end_of_line = lf
insert_final_newline = true
charset = utf-8
tab_width = 4
indent_style = tab
indent_size = tab
trim_trailing_whitespace = true