char-rtc-obs/.editorconfig
videogame hacker 35e5e7dfcb Add UI in Tools menu for setup
This way the plugin can work without any edits to the main executable's
UI, which means it can work in a release build as a standalone plugin
2023-03-13 09:51:12 +00:00

9 lines
157 B
INI

root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true