Bryan Richter
Bryan Richter
This one's a bit funny. On the one hand, I do like `where` at 2 spaces, but on the other, that is the sort of flair that might be okay...
The only other issue I see is one that also exists for `Left`. ```patch - let bucket = length targets `div` 5 + let + bucket = length targets `div`...
Notwithstanding those two little things, I am totally prepared to accept this existing behavior as the definition for `IndentPolicyMultiple`. :) Questions of small irregularities and hypothetical wishes for some sort...
Great! I can work on this today, in fact. With this, I should be able to use brittany everywhere with no hesitation. :) Thanks for your efforts. On Sun, Apr...
Well, I can't seem to correctly add failing tests. Can you look at https://github.com/lspitzner/brittany/commit/2ba97c013563aacaa95ec75132fc4fc1122b6556 and see what I'm doing wrong? I admit there's some guesswork happening. Otherwise, you can see...
I may have had some weird caching happening while experimenting with cabal new-test. That might explain things. Now I see that I've guessed wrong at [extracting indentation policy](https://github.com/lspitzner/brittany/compare/master...chreekat:IndentPolicyMultiple?expand=1#diff-edd3c0e07bd4bf00a8a259f57e9f5d6dR145). Pointers?
:+1: I'm still working on this... just got a bit busy in the last week.
Great! It may, in fact, be basically done. I was having system-related issues with compiling and running tests. If you want to finish it up, go for it, otherwise I...
Great! If I see any problems, I will let you know. Thanks for the assistance.
> fixed the "let" issue (hopefully), I don't know if this is worthy of a new issue, but brittany 0.11 produces the following: ```haskell -- brittany { lconfig_indentAmount: 4, lconfig_indentPolicy:...