Files
aiken/.editorconfig
KtorZ a62fb1905e rename examples/tests/{a,b,c,d,e,f} into examples/acceptance_tests/00{1,2,3,4,5,6}
Also added a little Makefile to run them all in one go.
2022-12-14 09:45:24 +01:00

14 lines
198 B
INI

root = true
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.ak]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tabs
indent_size = 4