mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
refactor: reformat with uncrustify #15736
* fix function parameter comments * remove space after star in function names
This commit is contained in:
@ -208,7 +208,7 @@ sp_after_ptr_star_qualifier = ignore # ignore/add/remove/force/not_defined
|
||||
# prototype or function definition.
|
||||
#
|
||||
# Overrides sp_after_ptr_star and sp_type_func.
|
||||
sp_after_ptr_star_func = ignore # ignore/add/remove/force/not_defined
|
||||
sp_after_ptr_star_func = remove # ignore/add/remove/force/not_defined
|
||||
|
||||
# Add or remove space after a pointer star '*' in the trailing return of a
|
||||
# function prototype or function definition.
|
||||
@ -3279,5 +3279,5 @@ set PREPROC REAL_FATTR_CONST
|
||||
set PREPROC REAL_FATTR_NONNULL_ALL
|
||||
set PREPROC REAL_FATTR_PURE
|
||||
set PREPROC REAL_FATTR_WARN_UNUSED_RESULT
|
||||
# option(s) with 'not default' value: 61
|
||||
# option(s) with 'not default' value: 62
|
||||
#
|
||||
|
Reference in New Issue
Block a user