radoslav06
radoslav06
There is problem with duplicated `BreakBeforeBraces` option.
When I set `output_tab_size=4` it works as expected, but the documentation for that option is misleading: > The size of tabs in the output (only used if align_with_tabs=true). I am...
If I add additional space in the example above, it is correctly removed (with `output_tab_size=4`), so the values are correctly aligned to the **very first** tab stop. Really, the `output_tab_size`...
Is there any interest to implement such a feature?
What I can recommend you is to try to remove options in an iterative way to find out which one alters your desired input sample. You have two options: -...
I was thinking about something like going through all the options, for every option try different values and check how much the file is changed by a given value, save...
Or another, similar approach. Firstly, remove as many whitespace characters from input file as allowed by the language standard (i.e make one-liner from the input file) and then add options...
The only issue I can see now with these approaches is that some options are not atomic, they influence other options or works together. Maybe some options should be permuted...
No, its the input. The output shall be the same as input, but instead, the new line is inserted. Did you try to run it by yourself? Did you look...
It's strange you cannot reproduce it. Here is my results from the terminal: 