Skip to content

Instantly share code, notes, and snippets.

@theoparis
Created October 19, 2022 03:58
Show Gist options
  • Save theoparis/d203c68a08f7fb7c339a9e7661dfe381 to your computer and use it in GitHub Desktop.
Save theoparis/d203c68a08f7fb7c339a9e7661dfe381 to your computer and use it in GitHub Desktop.
uncrustify config for c++
indent_with_tabs = 2
align_with_tabs = true
input_tab_size = 2
output_tab_size = 2
indent_columns = 2
indent_paren_close = 2
indent_continue = 2
nl_func_call_start_multi_line = true
nl_func_call_args_multi_line = true
nl_func_call_end_multi_line = true
nl_func_def_start_multi_line = true
nl_func_def_args_multi_line = true
nl_func_def_end_multi_line = true
nl_func_decl_start_multi_line = true
nl_func_decl_args_multi_line = true
nl_func_decl_end_multi_line = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment