2020-02-13 10:13:28 -05:00
|
|
|
root = true
|
|
|
|
|
|
2020-02-13 10:35:29 -05:00
|
|
|
[{*.c,*.h}]
|
|
|
|
|
# Standard
|
2020-02-13 10:13:28 -05:00
|
|
|
charset = utf-8
|
|
|
|
|
end_of_line = lf
|
|
|
|
|
indent_style = tab
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
tab_width = 8
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
# Non-standard editor extensions
|
|
|
|
|
line_comment = /*
|
|
|
|
|
block_comment_start = /*
|
|
|
|
|
block_comment_end = */
|
|
|
|
|
|
|
|
|
|
curly_bracket_next_line = false
|
2022-12-09 18:27:06 -05:00
|
|
|
max_line_length = 100
|
2020-02-13 10:13:28 -05:00
|
|
|
spaces_around_brackets = outside
|
|
|
|
|
spaces_around_operators = true
|
2020-02-28 09:26:54 -05:00
|
|
|
|
|
|
|
|
[meson.build]
|
|
|
|
|
charset = utf-8
|
|
|
|
|
end_of_line = lf
|
|
|
|
|
indent_size = 2
|
|
|
|
|
indent_style = space
|
|
|
|
|
trim_trailing_whitespace = true
|