Owen Pan
Owen Pan
> I will let owenca say if he has any preference. Thanks, though I don't know which will be easier until after updating haiku-format to the latest LLVM that Haiku...
@humdingerb The _haiku-format [file](https://github.com/owenca/llvm-project/blob/haiku-format/_haiku-format) has always been there and is the same as the one in https://github.com/owenca/haiku-format. :) Did you switch branch to `haiku-format` in the https://github.com/owenca/llvm-project repo? Anyway, I...
@humdingerb I'm done with updating https://github.com/owenca/llvm-project/tree/haiku-format. Now that the default config file goes into ~/config/settings, I recommend that you use _haiku-format, not .haiku-format, as the file name. I have noticed...
> Does anything speak against naming it "haiku-format.settings" or "haiku-format.config". That would seem to fit better with toher setting files. > > Also, wouldn't it be better to use find_directory(B_USER_SETTINGS_DIRECTORY)...
Unfortunately we are past the last 15.0.x [release](https://discourse.llvm.org/t/llvm-15-0-5-release/66616).
Yep! It’s in the main branch and will be included by default when the 16.x branch is created.
https://reviews.llvm.org/D157179
@Sirraide can you update it with another patch to address the following? - The new option needs a config parse test. - The option should be renamed to `IndentExternBlock`. (Other...
/cherry-pick cceedc939a43
Also, the main purpose of `-assume-filename` is to set the language for input from stdin, and IMO the pseudo filename should not be filtered out by any .clang-format-ignore file.