brewlog/.djlintrc
Jon Seager 527358b695 chore: migrate from Nix to mise for dev environment management
Replace Nix flake with mise for toolchain management, treefmt for
formatting, prek for pre-commit hooks, and a Dockerfile for container
builds. Update CI workflows to use jdx/mise-action instead of Nix.

Add system dependency instructions to README.md and CLAUDE.md.
2026-05-22 12:03:03 +01:00

9 lines
204 B
Text

{
"profile": "jinja",
"indent": 2,
"max_line_length": 120,
"max_attribute_length": 80,
"preserve_blank_lines": true,
"preserve_leading_space": true,
"format_attribute_template_tags": true
}