root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.py]
indent_style = space
indent_size = 4
charset = utf-8

[*.lua]
indent_style = space
indent_size = 2
continuation_indent = 2
quote_style = double
max_line_length = 120
charset = utf-8
call_parentheses = true
