Commit graph

3 commits

Author SHA1 Message Date
0a5d9bfc17 fix: autofmt doesn't work in deno
tried to reduce but it's not worth it and related issues being open for
years gives me no confidence they will fix this. it also does not work
in bun, but i've opened https://github.com/oven-sh/bun/issues/22018
2025-08-21 00:37:56 -07:00
6c74c73de2 chore: move autofmt into packages/autofmt 2025-08-19 01:33:36 -07:00
ff5e23efc2 feat: "autofmt" code formatter
different codebases use different formatters. autofmt looks for project
configuration to pick the correct formatter, allowing an editor to
simply point to the script and have all ambiguities resolved.

this commit overhauls the conform configuration to set up autofmt
correctly, as well installing it with 'pkgs.autofmt'

closes #6
2025-08-17 20:43:47 -07:00