mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
19 lines
382 B
INI
19 lines
382 B
INI
root = true
|
|
|
|
[{*.c}]
|
|
# Standard config
|
|
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
|
|
max_line_length = 80
|
|
spaces_around_brackets = outside
|
|
spaces_around_operators = true
|