Created
October 19, 2022 03:58
-
-
Save theoparis/d203c68a08f7fb7c339a9e7661dfe381 to your computer and use it in GitHub Desktop.
uncrustify config for c++
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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