OpenRayman/.editorconfig
Hannes Mann ae50ccf7f6 Add basic DSB interpreter
We might need to replace this with something more sophisticated if some scripts use more flow control (e.g. if, while)
2016-06-27 23:14:12 +02:00

5 lines
73 B
INI

[*.{cc, h, cpp, hpp}]
charset = utf-8
indent_style = tab
indent_size = 4