root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = false
max_line_length = 120
tab_width = 4

[*.{h,c}]
c_new_line_before_open_brace_type = same_line
c_new_line_before_open_brace_function = new_line
c_new_line_before_open_brace_block = same_line
c_space_after_keywords_in_control_flow_statements = true
c_space_within_control_flow_statement_parentheses = false
