27 Jun
2024
27 Jun
'24
1:38 a.m.
I tried to follow https://wiki.winehq.org/Wine_Developer%27s_Guide/Coding_Practice as closely as possible. Known issues: - No break before brace for assignments. Upstream issue: https://github.com/llvm/llvm-project/issues/79054 - `ContinuationIndentWidth` affects everything. Instead, we want it to be 8 for function arguments and 4 for assignments. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5938