Hi Edd,
- Mail original -
> On Tue, Apr 22, 2025 at 01:12:21PM -, Laurent Cheylus wrote:
> > There is a new release of StyLua, version v2.1.0 =>
> > https://github.com/
> > JohnnyMorganz/StyLua/releases/tag/v2.1.0
>
> Yep, typical huh? :)
>
> Attached is the updated tarball.
Build a
Hi Laurent,
Thanks for testing.
On Tue, Apr 22, 2025 at 01:12:21PM -, Laurent Cheylus wrote:
> There is a new release of StyLua, version v2.1.0 => https://github.com/
> JohnnyMorganz/StyLua/releases/tag/v2.1.0
Yep, typical huh? :)
Attached is the updated tarball.
--
Best Regards
Edd Barre
Edd,
On Sun, 20 Apr 2025 18:32:05 +0100, Edd Barrett wrote:
> Attached is a port of stylua: a code formatter for Lua source code.
>
> https://github.com/JohnnyMorganz/StyLua
There is a new release of StyLua, version v2.1.0 => https://github.com/
JohnnyMorganz/StyLua/releases/tag/v2.1.0
Laurent
On Sun, 20 Apr 2025 18:32:05 +0100, Edd Barrett wrote:
> Attached is a port of stylua: a code formatter for Lua source code.
> https://github.com/JohnnyMorganz/StyLua
Build and tests OK on current/amd64 with Rust 1.86.0.
I have also a similar port for StyLua on OpenBSD-wip https://github.com/
ja
On Sun Apr 20, 2025 at 06:32:05PM +0100, Edd Barrett wrote:
> Hi,
>
> Attached is a port of stylua: a code formatter for Lua source code.
>
> https://github.com/JohnnyMorganz/StyLua
>
> I've been using this for a few months now (albeit from `cargo install`) and it
> seems to work well.
>
> I've
On Thu, 17 Aug 2023 20:21 +0200, Omar Polo wrote:
> don't feel strongly about SEPARATE_BUILD but I'd propend to skip it.
> It's ok op@ to import either way.
>
> Thanks!
I'm OK with skipping it. :) Bumping this and reattaching the tarball
you sent in response to mine.
stylua.tar.gz
Description:
On 2023/08/17 09:29:04 -0600, Ashlen wrote:
> On Thu, 17 Aug 2023 10:23 +0200, Omar Polo wrote:
> > - typo on SEPARATE_BUILD (should be SEPARATED_BUILD)
>
> I checked and SEPARATE_BUILD is right. I just rebuilt StyLua with
> SEPARATE_BUILD to make sure that it works, so I think it should be
> ke
On Thu, 17 Aug 2023 10:23 +0200, Omar Polo wrote:
> Some tweaks for the makefile:
>
> - the indentation of the value is off (you're not using tab multiples
>of 8 columns?)
I guess I forgot to `:set tabstop=8 shiftwidth=8`. Usually I prefer
values of 4 and adjust those manually as needed. I'l
On 2023/08/16 23:21:49 -0600, Ashlen wrote:
> Description:
>
> """
> An opinionated code formatter for Lua 5.1, 5.2, 5.3, 5.4 and Luau,
> built using full-moon. StyLua is inspired by the likes of prettier,
> it parses your Lua codebase, and prints it back out from scratch,
> enforcing a consisten