amiga/WHDLoad/ElectroMAN/.editorconfig
2024-09-14 22:30:58 +02:00

17 lines
171 B
INI

root = true
[*]
charset = latin1
end_of_line = lf
[{Makefile}]
indent_style = tab
tab_size = 4
[{*.s}]
indent_style = space
tab_size = 4
[{README.md}]
charset = utf-8