root = true

[*]
charset = utf-8
end_of_line = LF

[*.[ch]]
indent_style = space
indent_size = 2

[*.lua]
indent_style = space
indent_size = 2

[Makefile]
indent_style = tab
