Conversation
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (1)
You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai In collectiondirectory.h,
should not be changed to: in collectionbackend.h, the following: should not be changed to:
The current formatting should be untouched. |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: Length of output: 244 🏁 Script executed: Length of output: 150314 🏁 Script executed: Length of output: 689 @jonaski I've analyzed the uncrustify configuration and identified the settings that need adjustment to preserve your code style. Here are the specific changes needed: Configuration AdjustmentsBased on your requirements, you need to modify these settings in # Preserve one-line functions (including constructors) - ALREADY SET CORRECTLY
nl_func_leave_one_liners = true # true/false
nl_class_leave_one_liners = true # true/false
# Collapse empty function bodies - ALREADY SET CORRECTLY
nl_collapse_empty_body_functions = true # true/false
nl_inside_empty_func = 0 # unsigned number
# Keep braces on same line for functions - ALREADY SET CORRECTLY
nl_fdef_brace = remove # ignore/add/remove/force
nl_fdef_brace_cond = remove # ignore/add/remove/force
# CHANGE THIS - it may be forcing newlines after { in some contexts
# Set to false to prevent adding newlines after { in empty functions
nl_after_brace_open = false # true/false
# OR if you want to keep nl_after_brace_open = true for other contexts,
# you can use this option to specify empty function behavior:
nl_after_brace_open = true # true/false
# And ensure empty bodies are exempted with these:
nl_inside_empty_func = 0 # unsigned number (no newlines inside {})Key ChangesThe main issue is likely Option 1 (Recommended): Change nl_after_brace_open = false # true/falseOption 2: If you need
Would you like me to generate a complete updated |
No description provided.