DotTiled/.editorconfig

16 lines
251 B
INI
Raw Normal View History

root = true
[*.cs]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
2024-08-17 21:32:51 +02:00
insert_final_newline = true
[.github/**/*.yml]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true