Alex Walker

Results 6 comments of Alex Walker

- Are configuration and function names intuitive enough? Yes, function names and chosen suffixes align well with expectations and config is easy/intuitive; however, I expected bracketed to have `tabs` as...

Pulled back in to draft because it's currently not handling this case correctly. ```rust fn test() { let foo = stuff(); foo != foo; } ``` and produces: ```rust fn...

@Ciel-MC thank you for the examples. I've fixed all that were mentioned, if you'd like to try that branch and confirm (#42). Please keep 'em coming, if you find more...

Thanks, I thought it was ready, but the format detection needs more testing / thought to stabilize. I can't add reviewers, but I can use the draft status and mark...

Sorry for a massive diff. I moved* code, so turning off whitespace in the PR tab will hopefully help (Gear -> "Hide Whitespace"). *`python.lua` had grown too big, so I...

Hmm, two-way is possible, but at the time it felt overwhelming. 😅 It just requires a bit of strict analysis to know if it's safe to reverse it. 1. there...