Replies: 1 comment
-
it is a known problem. No solution now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to update from uncrustify version 0.63 to the latest version and I'm having trouble identifying the proper controls (if they exist).
I have the following bit of code:
and I would like the existing alignment to be preserved, rather that indenting the second line at the tab stop as follows:
I am using the following config:
indent_with_tabs = 0
input_tab_size = 3
output_tab_size = 3
indent_columns = output_tab_size
indent_ignore_first_continue = true
Is it possible to prevent this indentation?
Beta Was this translation helpful? Give feedback.
All reactions