|
@ -9,7 +9,9 @@ insert_final_newline = true |
|
|
max_line_length = 300 |
|
|
max_line_length = 300 |
|
|
tab_width = 4 |
|
|
tab_width = 4 |
|
|
|
|
|
|
|
|
|
|
|
# C++ Coding style |
|
|
# I know these keys are unknown, regard it as documentation |
|
|
# I know these keys are unknown, regard it as documentation |
|
|
|
|
|
[*.{cc,hh}] |
|
|
indent_brace_style = K&R |
|
|
indent_brace_style = K&R |
|
|
curly_bracket_next_line = false |
|
|
curly_bracket_next_line = false |
|
|
spaces_around_operators = true |
|
|
spaces_around_operators = true |
|
|