blob: 20bbb9e11a48bb1c370f94c733ba41e64465dcf9 (
plain)
1
2
3
4
5
6
7
8
9
|
# CPP to C comment conversion
indent_columns = 4
indent_with_tabs = 0
nl_after_multiline_comment = true
cmt_cpp_group = true
cmt_cpp_nl_start = true
cmt_cpp_nl_end = true
cmt_cpp_to_c = true
cmt_star_cont = true
|