diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-08-25 21:07:38 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-08-25 21:07:38 +0200 |
commit | e854e3613b4b56e6f6ec96a538f3f148c71148c3 (patch) | |
tree | a08967709e5cfe80b3c0634160b5d40b09f0c5c9 /contrib/uncrustify.cfg | |
parent | 486cd9e08ba1bbbd8c76b18c83f7be26f315b17f (diff) |
add space after cast
Diffstat (limited to 'contrib/uncrustify.cfg')
-rw-r--r-- | contrib/uncrustify.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/uncrustify.cfg b/contrib/uncrustify.cfg index f9451f3c8..6ced05d7a 100644 --- a/contrib/uncrustify.cfg +++ b/contrib/uncrustify.cfg @@ -7,7 +7,7 @@ indent_case_brace = 2 indent_label=0 code_width=80 -cmd_width=80 +#cmd_width=80 # Leave most comments alone for now cmt_indent_multi=false @@ -17,7 +17,7 @@ sp_not=add sp_func_call_user_paren_paren=remove sp_inside_fparen=remove - +sp_after_cast=add ls_for_split_full=true ls_func_split_full=true |