Victor Toni
Victor Toni
Also valid for Eclipse 2022-09 and bnd 6.3.1. (Somehow expected since https://bugs.eclipse.org/bugs/show_bug.cgi?id=576099 doesn't have any progress on that matter.)
This issue is hitting me, too. Our setup includes a plugin within cnf. I can't switch branches from git bash or from within eclipse because this file is locked. Would...
Actually I don't mind which formatting style is to be used. For me it's only important that there is one and that formatting is consistent all over the code base....
AFAIK `AllowShortFunctionsOnASingleLine` should be either `true` or `false`. I would suggest having `UseTab: Never` as one of the mandatory options as the mixture of tabs and whitespaces really messes diffs...
BTW I already pushed another version of reformatted source code settings (based on the initial format settings) when writting https://github.com/pali/igmpproxy/pull/19#issuecomment-299673664 , so you might want to check, if you like...
>> AFAIK `AllowShortFunctionsOnASingleLine` should be either `true` or `false` > According to http://releases.llvm.org/3.9.0/tools/clang/docs/ClangFormatStyleOptions.html possible values are: `None`, `Empty`, `Inline`, `All` You are right. (saw the `boolean` option here [https://clangformat.com/]()) >>...
Changed the mentioned part manually so that future calls of `make reformat` should work there nicely.
This might be related the enumaration of the interfaces you have. igmpproxy is currently still using ioctl, getifaddrs() might help here See https://github.com/ViToni/igmpproxy/commit/6ff5d0cc21fba94a5ac53609e66c07f5b24bbdf1
Which OS are you using?
Could you please post your complete `igmpproxy.conf`