Files
hello-world-imba-client/.editorconfig
Julien Lengrand-Lambert a797a10ad0 First version working
2021-09-26 10:34:47 +02:00

10 lines
122 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.imba]
charset = utf-8
indent_style = tab
indent_size = 4