Thanks again for your work !
I use tabs for indentation. However, I would rather want the continuation_indent to insert spaces instead of tabs (kind of like UseTab: ForIndentation in clang-format: use tabs for indentation and spaces for alignment). I found that if I use a value for continuation_indent which is not divisible by my tab_width, then the remainder is filled with spaces, but I don't seem to be able to find an option to make it only use spaces.
Thanks again for your work !
I use tabs for indentation. However, I would rather want the
continuation_indentto insert spaces instead of tabs (kind of likeUseTab: ForIndentationinclang-format: use tabs for indentation and spaces for alignment). I found that if I use a value forcontinuation_indentwhich is not divisible by mytab_width, then the remainder is filled with spaces, but I don't seem to be able to find an option to make it only use spaces.