15 lines
494 B
INI
15 lines
494 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{c++,cc,cpp,cxx,h,h++,hh,hpp,hxx,inl,ipp,tlh,tli}]
|
|
cpp_indent_case_contents_when_block = true
|
|
cpp_new_line_before_open_brace_namespace = same_line
|
|
cpp_new_line_before_open_brace_type = same_line
|
|
cpp_new_line_before_open_brace_function = same_line
|
|
cpp_new_line_before_open_brace_block = same_line
|
|
cpp_new_line_before_open_brace_lambda = same_line
|
|
cpp_new_line_before_open_brace_type = same_line
|