# EditorConfig is awesome: https://EditorConfig.org # top-most EditorConfig file root = true [*.lua] call_parentheses = Always charset = utf-8 collapse_simple_statement = Never end_of_line = lf indent_size = 4 indent_style = space indent_type = Spaces indent_width = 4 insert_final_newline = true max_line_length = 1000 quote_style = AutoPreferDouble trim_trailing_whitespace = true