BayesianOptimization.jl
BayesianOptimization.jl copied to clipboard
Formatting Code
Hi, are there any opinions on code formatting to make this project look more consistent and readable? I would suggest to use the formatting feature of VSCode with Julia extention. This seems to be quite unintrusive and convenient. Thanks!
Yes, we can do this. I think the vscode plugin is based on JuliaFormatter that could also be used outside of vscode, e.g as a gh action triggered by PRs. But I guess it would be sufficient to just make sure every contributor uses it.
Good, thanks 👍